State<S, A> constructor
const
State<S, A> (
- (A, S) _run(
- S state
Build a new State given a (A, S) Function(S)
.
Implementation
const State(this._run);
Build a new State given a (A, S) Function(S)
.
const State(this._run);