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 © 2014. All Rights Reserved.