Partial6<T1, T2, T3, T4, T5, T6, R> extension
- on
-
- Map6<T1, T2, T3, T4, T5, T6, R>
Methods
-
bind0(T1 arg1)
→ Map5<T2, T3, T4, T5, T6, R>
-
Returns a new function with the 0th argument bound to
arg0
.
-
bind1(T2 arg2)
→ Map5<T1, T3, T4, T5, T6, R>
-
Returns a new function with the 1st argument bound to
arg1
.
-
bind2(T3 arg3)
→ Map5<T1, T2, T4, T5, T6, R>
-
Returns a new function with the 2nd argument bound to
arg2
.
-
bind3(T4 arg4)
→ Map5<T1, T2, T3, T5, T6, R>
-
Returns a new function with the 3rd argument bound to
arg3
.
-
bind4(T5 arg5)
→ Map5<T1, T2, T3, T4, T6, R>
-
Returns a new function with the 4th argument bound to
arg4
.
-
bind5(T6 arg6)
→ Map5<T1, T2, T3, T4, T5, R>
-
Returns a new function with the 5th argument bound to
arg5
.