| Package | Description |
|---|---|
| com.github.davidmoten.fsm.runtime.rx |
| Modifier and Type | Method and Description |
|---|---|
EntityBehaviour<?,Id> |
StateMachineFactory.apply(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(io.reactivex.functions.Function<Class<?>,EntityBehaviour<?,Id>> behaviourFactory) |
static <Id> Processor.Builder<Id> |
Processor.behaviourFactory(io.reactivex.functions.Function<Class<?>,EntityBehaviour<?,Id>> behaviourFactory) |
<Id> StateMachineFactory.Builder<Id> |
StateMachineFactory.Builder2.hasFactory(io.reactivex.functions.Function<Class<?>,? extends EntityBehaviour<T,Id>> factory) |
Copyright © 2013–2019. All rights reserved.