menu
more package
documentation
more.dart
Curry4 extension
Curry4 extension
dark_mode
light_mode
Curry4<
T1
,
T2
,
T3
,
T4
,
R
>
extension
on
Map4
<
T1
,
T2
,
T3
,
T4
,
R
>
Properties
curry
→
Map1
<
T1
,
Map1
<
T2
,
Map1
<
T3
,
Map1
<
T4
,
R
>
>
>
>
Converts a function with 4 positional arguments into a sequence of 4 functions taking a single argument.
no setter
more package
documentation
more
Curry4 extension
more library