Composes two instances of ReifiedFunction1 in a new ReifiedFunction1, with this reified function applied first.
Composes two instances of ReifiedFunction1 in a new ReifiedFunction1, with this reified function applied first.
the result type of function g
a reified function R => A
a new reified function f
such that f(x) == g(apply(x))
Apply the body of this function to the argument.
Apply the body of this function to the argument.
the result of function application.
Composes two instances of ReifiedFunction1 in a new ReifiedFunction1, with this reified function applied last.
Composes two instances of ReifiedFunction1 in a new ReifiedFunction1, with this reified function applied last.
the type to which function g
can be applied
a reified function A => T1
a new reified function f
such that f(x) == apply(g(x))
Wrapper that provides Function1-like methods to a reified Function1 value.