| Package | Description |
|---|---|
| com.github.davidmoten.fsm.runtime | |
| com.github.davidmoten.fsm.runtime.rx |
| Modifier and Type | Class and Description |
|---|---|
class |
CancelTimedSignal<Id> |
class |
Create |
class |
EventVoid |
| Modifier and Type | Method and Description |
|---|---|
Event<? super T> |
Signal.event() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Event<? super T>> |
EntityStateMachine.event() |
List<Event<? super T>> |
EntityStateMachine.signalsToSelf() |
| Modifier and Type | Method and Description |
|---|---|
static <T,Id> Signal<T,Id> |
Signal.create(Class<T> cls,
Id id,
Event<? super T> event) |
static <T,Id> Signal<T,Id> |
Signal.create(Class<T> cls,
Id id,
Event<? super T> event,
long time) |
static <T,Id> Signal<T,Id> |
Signal.create(Class<T> cls,
Id id,
Event<? super T> event,
Optional<Long> time) |
static <T,Id> Signal<T,Id> |
Signal.create(ClassId<T,Id> c,
Event<? super T> event) |
static <T,Id> Signal<T,Id> |
Signal.create(ClassId<T,Id> c,
Event<? super T> event,
Optional<Long> time) |
<R> void |
Signaller.signal(Class<R> cls,
Id id,
Event<? super R> event) |
<R> void |
Signaller.signal(Class<R> cls,
Id id,
Event<? super R> event,
long delay,
TimeUnit unit) |
EntityStateMachine<T,Id> |
EntityStateMachine.signal(Event<? super T> event) |
void |
Signaller.signalToSelf(Event<? super T> event) |
void |
Signaller.signalToSelf(Event<? super T> event,
long delay,
TimeUnit unit) |
| 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 |
|---|---|
<T> void |
Processor.signal(Class<T> cls,
Id id,
Event<? super T> event) |
<T> void |
Processor.signal(ClassId<T,Id> cid,
Event<? super T> event) |
| Modifier and Type | Method and Description |
|---|---|
Processor.Builder<Id> |
Processor.Builder.preTransition(Action3<? super EntityStateMachine<?,Id>,? super Event<?>,? super EntityState<?>> action) |
Copyright © 2013–2020. All rights reserved.