menu
either_dart package
documentation
either.dart
Either<L, R>
mapAsync<TR> abstract method
mapAsync<TR> abstract method
dark_mode
light_mode
mapAsync<
TR
>
abstract method
Future
<
Either
<
L
,
TR
>
>
mapAsync
<
TR
>(
FutureOr
<
TR
>
fnR
(
R
right
)
)
Transform value of
Right
Implementation
Future<Either<L, TR>> mapAsync<TR>(FutureOr<TR> Function(R right) fnR);
either_dart package
documentation
either
Either<L, R>
mapAsync<TR> abstract method
Either class