menu
either_dart package
documentation
either.dart
Either<L, R>
mapLeft<TL> abstract method
mapLeft<TL> abstract method
dark_mode
light_mode
mapLeft<
TL
>
abstract method
Either
<
TL
,
R
>
mapLeft
<
TL
>(
TL
fnL
(
L
left
)
)
Transform value of
Left
Implementation
Either<TL, R> mapLeft<TL>(TL Function(L left) fnL);
either_dart package
documentation
either
Either<L, R>
mapLeft<TL> abstract method
Either class