| Package | Description |
|---|---|
| brainslug.flow.builder | |
| brainslug.flow.context | |
| brainslug.flow.instance |
| Modifier and Type | Method and Description |
|---|---|
static Property<?> |
FlowBuilderSupport.property(Identifier id) |
static <T> Property<T> |
FlowBuilderSupport.property(Identifier id,
Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
FlowBuilderSupport.value(Property<T> property) |
<T> T |
FlowBuilderSupport.value(Property property,
Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ExecutionContext.property(Property<T> key,
Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Collection<EqualsExpression<Property<?>,Value<String>>> |
FlowInstanceSelector.properties() |
| Modifier and Type | Method and Description |
|---|---|
SelfType |
FlowInstanceProperties.with(Property<?> key,
Object value) |
Copyright © 2015. All rights reserved.