scala.quoted.Quotes.reflectModule.ApplyMethods
Extension methods of Apply
The arguments (implicitly) passed to the method
The arguments (implicitly) passed to the method
The Apply
may be a partially applied method:
def f(x1: Int)(x2: Int) = ???
f(1)(2)
args
is (2)
in the Apply
of f(1)(2)
args
is (1)
in the Apply
of f(1)
The fun
part of an (implicit) application like fun(args)
The fun
part of an (implicit) application like fun(args)
It may be a partially applied method:
def f(x1: Int)(x2: Int) = ???
f(1)(2)
fun
is f(1)
in the Apply
of f(1)(2)
fun
is f
in the Apply
of f(1)
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