callWithTypeArgument method

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

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

Implementation

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