callWithTypeArgument method

R callWithTypeArgument(
  1. RuntimeType<T0> t0,
  2. U0 u0,
  3. U1 u1
)

Call this function using t0...tn as its type parameters.

Implementation

R callWithTypeArgument(RuntimeType<T0> t0, U0 u0, U1 u1) => withTypeArgument(t0)(u0, u1);