RxStateMachine<STATE, EVENT, SIDE_EFFECT> class
Constructors
-
RxStateMachine.create(BuildGraph<
STATE, EVENT, SIDE_EFFECT> buildGraph) -
factory
Properties
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