| Constructor and Description |
|---|
Processor() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
process(E element)
Processes an element of a
Stream. |
E |
yield(E element)
|
public final E yield(E element)
Generatorelement - the input elementprotected abstract void process(E element)
Stream.element - the input elementStreamSkipSignal - if no element should be yielded from the input element (i.e. the element
should not contribute to the output stream)RuntimeException - ion if no element can be yielded from the input elementCopyright © 2018. All Rights Reserved.