| Package | Description |
|---|---|
| brainslug.flow.builder | |
| brainslug.flow.expression | |
| brainslug.flow.node | |
| brainslug.flow.path |
| Modifier and Type | Method and Description |
|---|---|
static EqualsExpression<Expression,Value<Object>> |
FlowBuilderSupport.eq(Expression actual,
Object expected) |
static EqualsExpression<Expression,Value<Boolean>> |
FlowBuilderSupport.isTrue(Expression actual) |
| Modifier and Type | Method and Description |
|---|---|
static EqualsExpression<Expression,Value<Object>> |
FlowBuilderSupport.eq(Expression actual,
Object expected) |
static EqualsExpression<Expression,Value<Boolean>> |
FlowBuilderSupport.isTrue(Expression actual) |
| Modifier and Type | Class and Description |
|---|---|
class |
EqualsExpression<LeftType extends Expression,RightType extends Expression> |
class |
EqualsExpression<LeftType extends Expression,RightType extends Expression> |
class |
EqualsTrueExpression<V extends Expression> |
class |
ExpressionBuilder<T extends Expression> |
| Modifier and Type | Class and Description |
|---|---|
class |
EqualsExpression<LeftType extends Expression,RightType extends Expression> |
class |
EqualsTrueExpression<V extends Expression> |
class |
PredicateExpression<T extends Predicate> |
class |
Property<T> |
class |
StringExpression |
class |
Value<T> |
| Modifier and Type | Method and Description |
|---|---|
ThenDefinition |
ChoiceDefinition.when(Expression whenExpression) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
ThenDefinition.getExpression() |
| Constructor and Description |
|---|
ThenDefinition(Expression expression,
FlowDefinition definition,
ChoiceDefinition choiceDefinition) |
Copyright © 2015. All rights reserved.