| Package | Description |
|---|---|
| com.github.davidmoten.fsm.runtime | |
| com.github.davidmoten.fsm.runtime.rx |
| Modifier and Type | Method and Description |
|---|---|
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> |
EntityStateMachine.withPreTransition(rx.functions.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(rx.functions.Action3<? super EntityStateMachine<?,Id>,? super Event<?>,? super EntityState<?>> action) |
Copyright © 2013–2017. All rights reserved.