Function0TypeX3<R, T0, T1, T2> extension

Additional RuntimeType functionality for Functions with 3 type arguments and 0 arguments.

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

Methods

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