menu
func_dart_core
taskeither
fold property
fold
brightness_4
brightness_5
fold
top-level property
Future
<
C
>
Function
(
TaskEither
<
A
,
B
>
)
Function<
A
,
B
,
C
>
(
Future
<
C
>
onLeft
(
A
),
Future
<
C
>
onRight
(
B
)
)
fold
final
Alias for match.
Implementation
final fold = match;
func_dart_core
taskeither
fold property
taskeither library
Classes
TaskEither
Properties
chain
chainFirst
fold
Functions
ap
flatMap
fromOption
fromPredicate
getOrElse
left
map
match
matchW
of
right
sequenceList
tap
traverseList
Typedefs
TapFunctionEither