| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
Condition.Builder
Base builder interface for conditions used in  
Choices. | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> List<T> | 
Buildable.Utils.build(List<? extends Buildable<T>> buildableList)
Converts the List of  
Buildables into a List of the built object. | 
static <K,T> Map<K,T> | 
Buildable.Utils.build(Map<K,? extends Buildable<T>> buildableMap)
Converts the Map of  
Buildables into a Map of the built object. | 
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
State.Builder
Base builder interface for  
States. | 
static interface  | 
Transition.Builder
Builder interface for  
Transitions. | 
static interface  | 
WaitFor.Builder
Builder interface for  
WaitState | 
Copyright © 2020. All rights reserved.