| Package | Description |
|---|---|
| brainslug.flow.builder | |
| brainslug.flow.expression | |
| brainslug.flow.node | |
| brainslug.flow.path |
| Modifier and Type | Method and Description |
|---|---|
EqualDefinition<Expression,Expression<Object>> |
FlowBuilderSupport.eq(Expression actual,
Object expected) |
| Modifier and Type | Class and Description |
|---|---|
class |
PredicateDefinition<T extends Predicate> |
class |
TrueDefinition<V> |
| Modifier and Type | Method and Description |
|---|---|
<A> EqualDefinition<T,Expression<A>> |
PredicateBuilder.isEqualTo(A expectedValue) |
| Modifier and Type | Method and Description |
|---|---|
ThenDefinition |
ChoiceDefinition.when(EqualDefinition predicateDefinition) |
| Modifier and Type | Method and Description |
|---|---|
EqualDefinition |
ThenDefinition.getPredicateDefinition() |
| Constructor and Description |
|---|
ThenDefinition(EqualDefinition predicateDefinition,
FlowDefinition definition,
ChoiceDefinition choiceDefinition) |
Copyright © 2014. All rights reserved.