menu
cowpay package
documentation
core/packages/dartz/dartz.dart
Evaluation<E, R, W, S, A>
state method
state method
dark_mode
light_mode
state
method
Future
<
Either
<
E
,
S
>
>
state
(
R
r
,
S
s
)
Implementation
Future<Either<E, S>> state(R r, S s) => run(r, s).then((e) => e.map((t) => t.value2));
cowpay package
documentation
core/packages/dartz/dartz
Evaluation<E, R, W, S, A>
state method
Evaluation class