Partial2<T1, T2, R> extension
- on
-
- Map2<
T1, T2, R>
- Map2<
Methods
-
bind0(
T1 arg1) → Map1< T2, R> -
Available on Map2<
Returns a new function with the 0th argument bound toT1, T2, R> , provided by the Partial2 extensionarg0
. -
bind1(
T2 arg2) → Map1< T1, R> -
Available on Map2<
Returns a new function with the 1st argument bound toT1, T2, R> , provided by the Partial2 extensionarg1
.