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