| Package | Description |
|---|---|
| com.github.davidmoten.fsm.runtime.rx |
| Modifier and Type | Method and Description |
|---|---|
EntityBehaviour<?,Id> |
StateMachineFactory.call(Class<?> cls) |
| Modifier and Type | Method and Description |
|---|---|
<T> Processor.Builder<Id> |
Processor.Builder.behaviour(Class<T> cls,
EntityBehaviour<T,Id> behaviour) |
static <T,Id> Processor.Builder<Id> |
Processor.behaviour(Class<T> cls,
EntityBehaviour<T,Id> behaviour) |
| Modifier and Type | Method and Description |
|---|---|
Processor.Builder<Id> |
Processor.Builder.behaviourFactory(rx.functions.Func1<Class<?>,EntityBehaviour<?,Id>> behaviourFactory) |
static <Id> Processor.Builder<Id> |
Processor.behaviourFactory(rx.functions.Func1<Class<?>,EntityBehaviour<?,Id>> behaviourFactory) |
<Id> StateMachineFactory.Builder<Id> |
StateMachineFactory.Builder2.hasFactory(rx.functions.Func1<Class<?>,? extends EntityBehaviour<T,Id>> factory) |
Copyright © 2013–2016. All rights reserved.