| Package | Description |
|---|---|
| com.github.davidmoten.fsm.runtime | |
| com.github.davidmoten.fsm.runtime.rx |
| Modifier and Type | Method and Description |
|---|---|
EntityStateMachine<T,Id> |
EntityBehaviour.create(Id id) |
EntityStateMachine<T,Id> |
EntityStateMachine.replaying() |
EntityStateMachine<T,Id> |
EntityStateMachine.signal(Event<? super T> event) |
EntityStateMachine<T,Id> |
EntityStateMachine.withClock(Clock clock) |
EntityStateMachine<T,Id> |
EntityStateMachine.withPreTransition(rx.functions.Action3<? super EntityStateMachine<T,Id>,? super Event<? super T>,? super EntityState<T>> action) |
EntityStateMachine<T,Id> |
EntityStateMachine.withSearch(Search<Id> search) |
| 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 |
|---|---|
rx.Observable<EntityStateMachine<?,Id>> |
Processor.observable() |
| Modifier and Type | Method and Description |
|---|---|
Processor.Builder<Id> |
Processor.Builder.entityTransform(rx.functions.Func1<rx.observables.GroupedObservable<ClassId<?,Id>,EntityStateMachine<?,Id>>,rx.Observable<EntityStateMachine<?,Id>>> entityTransform) |
Processor.Builder<Id> |
Processor.Builder.entityTransform(rx.functions.Func1<rx.observables.GroupedObservable<ClassId<?,Id>,EntityStateMachine<?,Id>>,rx.Observable<EntityStateMachine<?,Id>>> entityTransform) |
Processor.Builder<Id> |
Processor.Builder.postTransition(rx.functions.Action1<? super EntityStateMachine<?,Id>> action) |
Processor.Builder<Id> |
Processor.Builder.preTransition(rx.functions.Action3<? super EntityStateMachine<?,Id>,? super Event<?>,? super EntityState<?>> action) |
Copyright © 2013–2016. All rights reserved.