E - the type of stream elementspublic class GuardWithClause<E> extends StreamClause<E,StreamClauseEnv<E>>
fold sentences of the Stream DSL in which a FaultHandler is configured on
the output stream.env| Constructor and Description |
|---|
GuardWithClause(Stream<E> stream)
Creates an instance with an input
Stream. |
| Modifier and Type | Method and Description |
|---|---|
GuardedStream<E> |
with(FaultHandler handler)
Returns a
Stream with configured with a given FaultHandler. |
public GuardedStream<E> with(FaultHandler handler)
Stream with configured with a given FaultHandler.handler - the handlerCopyright © 2017. All Rights Reserved.