| Package | Description |
|---|---|
| brainslug.flow.builder | |
| brainslug.flow.expression |
| Modifier and Type | Method and Description |
|---|---|
<T> Expression<T> |
FlowBuilderSupport.constant(T constantValue) |
<T> Expression |
FlowBuilderSupport.expression(T expression) |
| Modifier and Type | Method and Description |
|---|---|
EqualDefinition<Expression,Expression<Object>> |
FlowBuilderSupport.eq(Expression actual,
Object expected) |
EqualDefinition<Expression,Expression<Object>> |
FlowBuilderSupport.eq(Expression actual,
Object expected) |
TrueDefinition<Expression> |
FlowBuilderSupport.isTrue(Expression actual) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceCallInvocationSupport.argument(Expression expression) |
EqualDefinition<Expression,Expression<Object>> |
FlowBuilderSupport.eq(Expression actual,
Object expected) |
TrueDefinition<Expression> |
FlowBuilderSupport.isTrue(Expression actual) |
<T> T |
FlowBuilderSupport.val(Expression<T> expression)
add a parameter to the invocation arguments of a proxy method call definition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Property |
| Modifier and Type | Method and Description |
|---|---|
<A> EqualDefinition<T,Expression<A>> |
PredicateBuilder.isEqualTo(A expectedValue) |
Copyright © 2014. All rights reserved.