menu
cowpay package
documentation
core/packages/dartz/dartz.dart
StateTMonad<F, S>
get method
get method
dark_mode
light_mode
get
method
StateT
<
F
,
S
,
S
>
get
(
)
Implementation
StateT<F, S, S> get() => new StateT(_FM, (S s) => _FM.pure(new Tuple2(s, s)));
cowpay package
documentation
core/packages/dartz/dartz
StateTMonad<F, S>
get method
StateTMonad class