public interface MutableFlow
| Modifier and Type | Method and Description |
|---|---|
<T> MutableFlow |
clear(FlowField field)
Clears the specified field from the flow descriptor.
|
<T> MutableFlow |
set(FlowField field,
T value)
Sets the specified field value of the flow descriptor.
|
Flow |
toImmutable()
Renders the current flow immutable and returns this immutable variant.
|
<T> MutableFlow set(FlowField field, T value)
field - field to be addedvalue - flow field value; null to clear<T> MutableFlow clear(FlowField field)
field - field to be clearedFlow toImmutable()
Copyright © 2014. All Rights Reserved.