| Modifier and Type | Method and Description |
|---|---|
static <T> Out<T> |
Out.empty()
Creates a new, empty output parameter.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
PipeEnumerator.tryPipelineIn(Out<Object> in,
Out<AbstractPipeProcessor> processor)
Tries to obtain obtain an input value for the pipeline.
|
protected boolean |
PipeEnumerator.tryPipelineIn(Out<Object> in,
Out<AbstractPipeProcessor> processor)
Tries to obtain obtain an input value for the pipeline.
|
protected boolean |
PipeEnumerator.tryPipelineOut(Object in,
AbstractPipeProcessor processor,
Out<Boolean> nextOnSameSourceOnNoValue)
Tries to process the given
in value through the pipeline
and produce an output in value. |
Copyright © 2016. All rights reserved.