Package org.reactfx
Class StateMachine
- java.lang.Object
-
- org.reactfx.StateMachine
-
public class StateMachine extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
StateMachine.InitialState<S>
static interface
StateMachine.ObservableStateBuilder<S>
static interface
StateMachine.ObservableStateBuilderOn<S,I>
static interface
StateMachine.StatefulStreamBuilder<S,O>
static interface
StateMachine.StatefulStreamBuilderOn<S,O,I>
-
Constructor Summary
Constructors Constructor Description StateMachine()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <S> StateMachine.InitialState<S>
init(S initialState)
-
-
-
Method Detail
-
init
public static <S> StateMachine.InitialState<S> init(S initialState)
-
-