callWithTypeArguments method

R callWithTypeArguments(
  1. RuntimeType<T0> t0,
  2. RuntimeType<T1> t1
)

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

Implementation

R callWithTypeArguments(RuntimeType<T0> t0, RuntimeType<T1> t1) => withTypeArguments(t0, t1)();