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