invoke method

R invoke(
  1. A first,
  2. B second,
  3. C third,
  4. 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);