menu
flutter_pipwave_ekyc package
documentation
index.dart
Either<L, R>
andThen<R2> method
andThen<R2> method
dark_mode
light_mode
andThen<
R2
>
method
@
override
Either
<
L
,
R2
>
andThen
<
R2
>(
covariant
Either
<
L
,
R2
>
next
)
override
Implementation
@override
Either<L, R2> andThen<R2>(Either<L, R2> next) => fold(left, (_) => next);
flutter_pipwave_ekyc package
documentation
index
Either<L, R>
andThen<R2> method
Either class
Constructors
new
Properties
hashCode
runtimeType
Methods
all
andThen
any
ap
bimap
bind
concatenate
concatenateO
ensure
every
filter
flatMap
fold
foldLeft
foldLeftWithIndex
foldMap
foldMapO
foldRight
foldRightWithIndex
forEach
getOrElse
intercalate
isLeft
isRight
iterator
leftMap
length
map
mapWithIndex
maximum
minimum
noSuchMethod
orElse
replace
reverse
strengthL
strengthR
swap
toIterable
toOption
toString
traverseFuture
traverseIList
traverseIVector
traverseState
traverseTask
where
zipWithIndex
Operators
operator ==
operator |
Static methods
cond
lift
lift10
lift11
lift12
lift13
lift14
lift15
lift16
lift17
lift18
lift19
lift2
lift20
lift3
lift4
lift5
lift6
lift7
lift8
lift9
map10
map11
map12
map13
map14
map15
map16
map17
map18
map19
map2
map20
map3
map4
map5
map6
map7
map8
map9
mapM2
sequenceFuture
sequenceIList
sequenceIVector
sequenceState
sequenceTask