invoke method

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

Invokes this function and returns it's return value.

Implementation

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