| Modifier and Type | Method and Description |
|---|---|
Choice |
Choice.Builder.build() |
Choice |
Choice.otherwise(IChainable def)
If none of the given conditions match, continue execution with the given state.
|
Choice |
Choice.when(Condition condition,
IChainable next)
If the given condition matches, continue execution with the given state.
|
Copyright © 2022. All rights reserved.