invoke method

R invoke(
  1. P1 p1,
  2. P2 p2
)

Implementation

R invoke(P1 p1, P2 p2) => this(p1, p2);