Movatterモバイル変換


[0]ホーム

URL:


Scala 3
3.7.4
LearnInstallPlaygroundFind A LibraryCommunityBlog
Scala 3
LearnInstallPlaygroundFind A LibraryCommunityBlog
DocsAPI
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL
Scala 3/scala/scala.quoted/Quotes/reflectModule/TypeApplyMethods

TypeApplyMethods

scala.quoted.Quotes.reflectModule.TypeApplyMethods

Extension methods ofTypeApply

Attributes

Source
Quotes.scala
Graph
Supertypes
classObject
traitMatchable
classAny

Members list

Extensions

Extensions

extension(self:Quotes.this.reflectModule.this.TypeApply)

The (inferred) type arguments passed to the method

The (inferred) type arguments passed to the method

TheTypeApply may be a partially applied method:

type Textension (x: Int) def f[T](y: T) = ???// represented as// def f(x: Int)[T](y: T) = ???1.f[Int](2)// represented as// f(1)[Int](2)
  • fun is[Int] in theTypeApply off(1)[Int]

Attributes

Source
Quotes.scala

Thefun part of an (inferred) type application likefun[Args]

Thefun part of an (inferred) type application likefun[Args]

It may be a partially applied method:

type Textension (x: Int) def f[T](y: T) = ???// represented as// def f(x: Int)[T](y: T) = ???1.f[Int](2)// represented as// f(1)[Int](2)
  • fun isf(1) in theTypeApply off(1)[Int]

Attributes

Source
Quotes.scala
In this article
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL

[8]ページ先頭

©2009-2025 Movatter.jp