invoke method

R invoke(
  1. A first,
  2. B second,
  3. C third
)

Invokes this function and returns it's return value.

Implementation

R invoke(A first, B second, C third) => this(first, second, third);