org.gcube.contentmanagement.gcubedocumentlibrary.streams.dsl
Class WithLocalClause<FROM,TO>
java.lang.Object
org.gcube.contentmanagement.gcubedocumentlibrary.streams.dsl.Clause<FROM,TO>
org.gcube.contentmanagement.gcubedocumentlibrary.streams.dsl.WithLocalClause<FROM,TO>
- Direct Known Subclasses:
- WithClause
public class WithLocalClause<FROM,TO>
- extends Clause<FROM,TO>
The with
clause of pipe-based sentences.
- Author:
- Fabio Simeoni (University of Strathclyde)
Constructor Summary |
WithLocalClause(Env<FROM,TO> e)
Creates an instance of the clause in the evaluation environment of a given sentence. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WithLocalClause
public WithLocalClause(Env<FROM,TO> e)
- Creates an instance of the clause in the evaluation environment of a given sentence.
- Parameters:
e
- the environment.
with
public <E extends java.lang.RuntimeException> java.util.Iterator<TO> with(IFaultPolicy<E> h)
- Configures an
IFaultPolicy
for the stream in the evaluation environment.
- Type Parameters:
E
- the Exception
that the FaultPolicy
can throw.- Parameters:
h
- the FaultPolicy
.
- Returns:
- a configured
Iterator
.
withDefaults
public java.util.Iterator<TO> withDefaults()
- Configures a
Streams.IGNORE_POLICY
for the stream in the evaluation environment.
- Returns:
- a configured
Iterator
.