FunctionE<R, A> extension

on

Methods

comp<C>(C g(R)) Fn1<C, A>

Available on Fn1<R, A>, provided by the FunctionE extension

compL<C>(A g(C)) Fn1<R, C>

Available on Fn1<R, A>, provided by the FunctionE extension

pipeL(A arg) → R

Available on Fn1<R, A>, provided by the FunctionE extension