Uses of Class
com.github.tonivade.purefun.monad.StateIO
Packages that use StateIO
-
Uses of StateIO in com.github.tonivade.purefun.monad
Fields in com.github.tonivade.purefun.monad declared as StateIOModifier and TypeFieldDescriptionstatic final StateIOStateIO.CANCELLEDstatic final StateIOStateIO.INITIALFields in com.github.tonivade.purefun.monad with type parameters of type StateIOModifier and TypeFieldDescriptionprivate final AtomicReference<StateIO> IOConnection.Cancellable.stateMethods in com.github.tonivade.purefun.monad that return StateIOModifier and TypeMethodDescriptionStateIO.cancellingNow()StateIO.notStartingNow()StateIO.startingNow()IOConnection.Cancellable.updateState(Operator1<StateIO> update) IOConnection.Uncancellable.updateState(Operator1<StateIO> update) IOConnection.updateState(Operator1<StateIO> update) Method parameters in com.github.tonivade.purefun.monad with type arguments of type StateIOModifier and TypeMethodDescriptionIOConnection.Cancellable.updateState(Operator1<StateIO> update) IOConnection.Uncancellable.updateState(Operator1<StateIO> update) IOConnection.updateState(Operator1<StateIO> update)