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