RxStateMachine<STATE, EVENT, SIDE_EFFECT> class

Constructors

RxStateMachine.create(BuildGraph<STATE, EVENT, SIDE_EFFECT> buildGraph)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state → STATE
no setter
states Stream<STATE>
no setter

Methods

as(BuildGraph<STATE, EVENT, SIDE_EFFECT> buildGraph) RxStateMachine<STATE, EVENT, SIDE_EFFECT>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transition(EVENT event) Transition<STATE, EVENT, SIDE_EFFECT>

Operators

operator ==(Object other) bool
The equality operator.
inherited