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