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