menu
func_dart_core
taskeither
chain property
chain
brightness_4
brightness_5
chain
top-level property
TaskEither
<
A
,
B
>
Function
(
TaskEither
<
A
,
C
>
)
Function<
A
,
C
,
B
>
(
TaskEither
<
A
,
B
>
f
(
C
)
)
chain
final
Alias for flatMap, allowing for chaining asynchronous operations.
Implementation
final chain = flatMap;
func_dart_core
taskeither
chain 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