callWithTypeArgument method

R callWithTypeArgument(
  1. RuntimeType<T0> t0
)

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

Implementation

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