menu
cowpay package
documentation
core/packages/dartz/dartz.dart
StateT<F, S, A>
state method
state method
dark_mode
light_mode
state
method
F
state
(
S
s
)
Implementation
F state(S s) => _FM.map(_run(s), (Tuple2 t) => t.value2);
cowpay package
documentation
core/packages/dartz/dartz
StateT<F, S, A>
state method
StateT class