menu
cowpay package
documentation
core/packages/dartz/dartz.dart
EvaluationMonad<E, R, W, S>
liftEither<A> method
liftEither<A> method
dark_mode
light_mode
liftEither<
A
>
method
Evaluation
<
E
,
R
,
W
,
S
,
A
>
liftEither
<
A
>(
Either
<
E
,
A
>
either
)
Implementation
Evaluation<E, R, W, S, A> liftEither<A>(Either<E, A> either) => either.fold(raiseError, pure);
cowpay package
documentation
core/packages/dartz/dartz
EvaluationMonad<E, R, W, S>
liftEither<A> method
EvaluationMonad class