Modifier and Type | Interface and Description |
---|---|
static interface |
Condition.Builder
Base builder interface for conditions used in
Choice s. |
Modifier and Type | Method and Description |
---|---|
static <T> List<T> |
Buildable.Utils.build(List<? extends Buildable<T>> buildableList)
Converts the List of
Buildable s 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
Buildable s into a Map of the built object. |
Modifier and Type | Interface and Description |
---|---|
static interface |
State.Builder
Base builder interface for
State s. |
static interface |
Transition.Builder
Builder interface for
Transition s. |
static interface |
WaitFor.Builder
Builder interface for
WaitState |
Copyright © 2017. All rights reserved.