Function0TypeX1<R, T0> extension

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

on
  • R Function<T0>()

Methods

callWithTypeArgument(RuntimeType<T0> t0) → R
Call this function using t0...tn as its type parameters.
withTypeArgument(RuntimeType<T0> t0) → R Function()
Return this function with its type parameters replaced by t0...tn.