Function2TypeX4<R, T0, T1, T2, T3, U0, U1> extension

Additional RuntimeType functionality for Functions with 4 type arguments and 2 arguments.

on
  • R Function<T0, T1, T2, T3>(U0, U1)

Methods

callWithTypeArguments(RuntimeType<T0> t0, RuntimeType<T1> t1, RuntimeType<T2> t2, RuntimeType<T3> t3, U0 u0, U1 u1) → R
Call this function using t0...tn as its type parameters.
withTypeArguments(RuntimeType<T0> t0, RuntimeType<T1> t1, RuntimeType<T2> t2, RuntimeType<T3> t3) → R Function(U0, U1)
Return this function with its type parameters replaced by t0...tn.