invoke method
R
invoke(
- A first,
- B second
Invokes this function and returns it's return value.
Implementation
R invoke(A first, B second) => this(first, second);
Invokes this function and returns it's return value.
R invoke(A first, B second) => this(first, second);