public class StateMachineFactory<Id> extends Object implements rx.functions.Func1<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> |
call(Class<?> cls) |
static <T> StateMachineFactory.Builder2<T> |
cls(Class<T> cls) |
public static <T> StateMachineFactory.Builder2<T> cls(Class<T> cls)
public EntityBehaviour<?,Id> call(Class<?> cls)
call in interface rx.functions.Func1<Class<?>,EntityBehaviour<?,Id>>Copyright © 2013–2017. All rights reserved.