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