public interface FaultHandler
Stream iteration failures.| Modifier and Type | Field and Description |
|---|---|
static Iteration |
iteration
The ongoing iteration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handle(RuntimeException failure)
Indicates whether iteration should continue or stop the iteration on the occurrence of an iteration failure.
|
static final Iteration iteration
void handle(RuntimeException failure)
failure - the failureRuntimeException - if no element can be yielded from the input elementCopyright © 2016. All Rights Reserved.