| Package | Description |
|---|---|
| com.github.davidmoten.fsm.runtime | |
| com.github.davidmoten.fsm.runtime.rx |
| Modifier and Type | Method and Description |
|---|---|
EntityState<T> |
EntityBehaviour.from(String name) |
EntityState<T> |
ObjectState.state() |
| Modifier and Type | Method and Description |
|---|---|
Optional<? extends EntityState<T>> |
EntityStateMachine.previousState() |
| Modifier and Type | Method and Description |
|---|---|
EntityStateMachine<T,Id> |
EntityBehaviour.create(Id id,
T entity,
EntityState<T> state) |
| Modifier and Type | Method and Description |
|---|---|
EntityStateMachine<T,Id> |
EntityStateMachine.withPreTransition(Action3<? super EntityStateMachine<T,Id>,? super Event<? super T>,? super EntityState<T>> action) |
| Modifier and Type | Method and Description |
|---|---|
Processor.Builder<Id> |
Processor.Builder.preTransition(Action3<? super EntityStateMachine<?,Id>,? super Event<?>,? super EntityState<?>> action) |
Copyright © 2013–2019. All rights reserved.