MonadState

trait MonadState[F[_, _, _], S]
class Object
trait Matchable
class Any

Value members

Abstract methods

def get: F[Any, Nothing, S]
def set(s: S): F[Any, Nothing, Unit]