Partial3<T1, T2, T3, R> extension
Methods
-
bind0(T1 arg1)
→ Map2<T2, T3, R>
-
Returns a new function with the 0th argument bound to
arg0
.
-
bind1(T2 arg2)
→ Map2<T1, T3, R>
-
Returns a new function with the 1st argument bound to
arg1
.
-
bind2(T3 arg3)
→ Map2<T1, T2, R>
-
Returns a new function with the 2nd argument bound to
arg2
.