andThen<B> method

  1. @override
StateT<F, S, B> andThen<B>(
  1. covariant StateT<F, S, B> next
)
override

Implementation

@override StateT<F, S, B> andThen<B>(StateT<F, S, B> next) => bind((_) => next);