A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://scala-lang.org/api/3.x/scala/quoted/Quotes$reflectModule$TypeApplyMethods.html below:

TypeApplyMethods

scala.quoted.Quotes.reflectModule.TypeApplyMethods

Extension methods of TypeApply

Attributes
Source
Quotes.scala
Graph
Supertypes
Members list

The (inferred) type arguments passed to the method

The (inferred) type arguments passed to the method

The TypeApply may be a partially applied method:

type T
extension (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)
Attributes
Source
Quotes.scala

The fun part of an (inferred) type application like fun[Args]

The fun part of an (inferred) type application like fun[Args]

It may be a partially applied method:

type T
extension (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)
Attributes
Source
Quotes.scala

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4