Uses of Record Class
com.github.tonivade.purefun.effect.StateIO
Packages that use StateIO
-
Uses of StateIO in com.github.tonivade.purefun.effect
Fields in com.github.tonivade.purefun.effect declared as StateIOModifier and TypeFieldDescription(package private) static final StateIOStateIO.CANCELLED(package private) static final StateIOStateIO.INITIALFields in com.github.tonivade.purefun.effect with type parameters of type StateIOModifier and TypeFieldDescriptionprivate final AtomicReference<StateIO> PureIOConnection.Cancellable.stateMethods in com.github.tonivade.purefun.effect that return StateIOModifier and TypeMethodDescription(package private) StateIOStateIO.cancellingNow()(package private) StateIOStateIO.notStartingNow()(package private) StateIOStateIO.startingNow()PureIOConnection.Cancellable.updateState(Operator1<StateIO> update) PureIOConnection.Uncancellable.updateState(Operator1<StateIO> update) PureIOConnection.updateState(Operator1<StateIO> update) Method parameters in com.github.tonivade.purefun.effect with type arguments of type StateIOModifier and TypeMethodDescriptionPureIOConnection.Cancellable.updateState(Operator1<StateIO> update) PureIOConnection.Uncancellable.updateState(Operator1<StateIO> update) PureIOConnection.updateState(Operator1<StateIO> update)