invoke method

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

Implementation

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