menu
cowpay package
documentation
core/packages/dartz/dartz.dart
Evaluation<E, R, W, S, A>
andThen<B> method
andThen<B> method
dark_mode
light_mode
andThen<
B
>
method
Evaluation
<
E
,
R
,
W
,
S
,
B
>
andThen
<
B
>(
covariant
Evaluation
<
E
,
R
,
W
,
S
,
B
>
next
)
override
Implementation
Evaluation<E, R, W, S, B> andThen<B>(Evaluation<E, R, W, S, B> next) => bind((_) => next);
cowpay package
documentation
core/packages/dartz/dartz
Evaluation<E, R, W, S, A>
andThen<B> method
Evaluation class