| Package | Description |
|---|---|
| com.github.davidmoten.fsm.runtime | |
| com.github.davidmoten.fsm.runtime.rx |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,T3> Action3<T1,T2,T3> |
Action3.doNothing() |
| 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.