menu
func_dart_core
either
chain property
chain
brightness_4
brightness_5
chain
top-level property
Either
<
A
,
C
>
Function
(
Either
<
A
,
B
>
)
Function<
A
,
B
,
C
>
(
Either
<
A
,
C
>
fn
(
B
)
)
chain
final
Alias for
flatMap
.
Implementation
final chain = flatMap;
func_dart_core
either
chain property
either library
Classes
Either
EitherEq
EitherOrd
Left
Right
Properties
chain
chainFirst
fold
right
Functions
ap
flatMap
fromOption
fromPredicate
getEq
getOrd
getOrElse
left
map
match
matchW
of
sequenceList
swap
tap
traverseList
Typedefs
TapFunction