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 ofFunction1 in a newFunction1, with this function applied first.
Composes two instances ofFunction1 in a newFunction1, with this function applied first.
the result type of functiong
a function R => A
a new functionf such thatf(x) == g(apply(x))
Composes two instances ofFunction1 in a newFunction1, with this function applied last.
Composes two instances ofFunction1 in a newFunction1, with this function applied last.
the type to which functiong can be applied
a function A => T1
a new functionf such thatf(x) == apply(g(x))
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
a string representation of the object.