public class StateMachineFactory<Id> extends Object implements io.reactivex.functions.Function<Class<?>,EntityBehaviour<?,Id>>
| Modifier and Type | Class and Description |
|---|---|
static class |
StateMachineFactory.Builder<Id> |
static class |
StateMachineFactory.Builder2<T> |
| Modifier and Type | Method and Description |
|---|---|
EntityBehaviour<?,Id> |
apply(Class<?> cls) |
static <T> StateMachineFactory.Builder2<T> |
cls(Class<T> cls) |
public static <T> StateMachineFactory.Builder2<T> cls(Class<T> cls)
public EntityBehaviour<?,Id> apply(Class<?> cls) throws Exception
apply in interface io.reactivex.functions.Function<Class<?>,EntityBehaviour<?,Id>>ExceptionCopyright © 2013–2019. All rights reserved.