AnyStateUpdater
public protocol AnyStateUpdater : Dispatchable
Type erasure for StateUpdater
See also
StateUpdater
-
Creates the new state starting from the current state.
See also
StateUpdaterParameters
currentStatethe current configuration of the state
Return Value
the new version of the state
View on GitHub
AnyStateUpdater Protocol Reference