Partial10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R> extension
- on
-
- Map10<
T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R>
- Map10<
Methods
-
bind0(
T1 arg1) → Map9< T2, T3, T4, T5, T6, T7, T8, T9, T10, R> -
Available on Map10<
Returns a new function with the 0th argument bound toT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R> , provided by the Partial10 extensionarg0
. -
bind1(
T2 arg2) → Map9< T1, T3, T4, T5, T6, T7, T8, T9, T10, R> -
Available on Map10<
Returns a new function with the 1st argument bound toT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R> , provided by the Partial10 extensionarg1
. -
bind2(
T3 arg3) → Map9< T1, T2, T4, T5, T6, T7, T8, T9, T10, R> -
Available on Map10<
Returns a new function with the 2nd argument bound toT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R> , provided by the Partial10 extensionarg2
. -
bind3(
T4 arg4) → Map9< T1, T2, T3, T5, T6, T7, T8, T9, T10, R> -
Available on Map10<
Returns a new function with the 3rd argument bound toT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R> , provided by the Partial10 extensionarg3
. -
bind4(
T5 arg5) → Map9< T1, T2, T3, T4, T6, T7, T8, T9, T10, R> -
Available on Map10<
Returns a new function with the 4th argument bound toT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R> , provided by the Partial10 extensionarg4
. -
bind5(
T6 arg6) → Map9< T1, T2, T3, T4, T5, T7, T8, T9, T10, R> -
Available on Map10<
Returns a new function with the 5th argument bound toT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R> , provided by the Partial10 extensionarg5
. -
bind6(
T7 arg7) → Map9< T1, T2, T3, T4, T5, T6, T8, T9, T10, R> -
Available on Map10<
Returns a new function with the 6th argument bound toT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R> , provided by the Partial10 extensionarg6
. -
bind7(
T8 arg8) → Map9< T1, T2, T3, T4, T5, T6, T7, T9, T10, R> -
Available on Map10<
Returns a new function with the 7th argument bound toT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R> , provided by the Partial10 extensionarg7
. -
bind8(
T9 arg9) → Map9< T1, T2, T3, T4, T5, T6, T7, T8, T10, R> -
Available on Map10<
Returns a new function with the 8th argument bound toT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R> , provided by the Partial10 extensionarg8
. -
bind9(
T10 arg10) → Map9< T1, T2, T3, T4, T5, T6, T7, T8, T9, R> -
Available on Map10<
Returns a new function with the 9th argument bound toT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R> , provided by the Partial10 extensionarg9
.