Fn2E<R, T0, T1> extension
Properties
-
curry
→ HigherFn2<R, T0, T1>
-
Available on Fn2<R, T0, T1>,
provided by the Fn2E extension
no setter
Methods
-
apL(T0 arg)
→ Fn1<R, T1>
-
Available on Fn2<R, T0, T1>,
provided by the Fn2E extension
-
apR(T1 arg)
→ Fn1<R, T0>
-
Available on Fn2<R, T0, T1>,
provided by the Fn2E extension