public final class Iteration extends Object
Stream iteration, with facilities to control it from within Callbacks and FaultHandlers.| Constructor and Description |
|---|
Iteration() |
| Modifier and Type | Method and Description |
|---|---|
void |
skip()
Skip this element of the ongoing iteration.
|
void |
stop()
Stops the ongoing iteration.
|
public void stop()
throws StreamStopSignal
StreamStopSignalpublic void skip()
throws StreamSkipSignal
StreamSkipSignalCopyright © 2018. All Rights Reserved.