menu
func_dart_core
either
TapFunction<
A
,
B
> typedef
TapFunction
brightness_4
brightness_5
TapFunction<
A
,
B
>
typedef
TapFunction
<
A
,
B
> =
Either
<
A
,
B
>
Function
(
Either
<
A
,
B
>
either
)
Implementation
typedef TapFunction<A, B> = Either<A, B> Function(Either<A, B> either);
func_dart_core
either
TapFunction<
A
,
B
> typedef
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