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