| Package | Description |
|---|---|
| brainslug.flow.builder | |
| brainslug.flow.expression | |
| brainslug.flow.instance |
| Modifier and Type | Method and Description |
|---|---|
Value |
ServiceCallInvocationSupport.argument(Value value) |
static <T> Value<T> |
FlowBuilderSupport.constant(T value) |
| 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) |
static ExpressionBuilder<Value<CallDefinition>> |
FlowBuilderSupport.resultOf(CallDefinition methodCall) |
| Modifier and Type | Method and Description |
|---|---|
Value |
ServiceCallInvocationSupport.argument(Value value) |
<T> T |
FlowBuilderSupport.value(Value<T> value)
add a parameter to the invocation arguments of a proxy method call definition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Property<T> |
| Modifier and Type | Method and Description |
|---|---|
<A> EqualsExpression<T,Value<A>> |
ExpressionBuilder.isEqualTo(A expectedValue) |
| Modifier and Type | Method and Description |
|---|---|
Collection<EqualsExpression<Property<?>,Value<String>>> |
FlowInstanceSelector.properties() |
Copyright © 2015. All rights reserved.