withTypeArgument method

R Function(U0, U1) withTypeArgument(
  1. RuntimeType<T0> t0
)

Return this function with its type parameters replaced by t0...tn.

Implementation

R Function(U0, U1) withTypeArgument(RuntimeType<T0> t0) => t0.run(<S0>() => this<S0>);