org.gcube.contentmanagement.gcubedocumentlibrary.streams.dsl
Class InClause<T>
java.lang.Object
org.gcube.contentmanagement.gcubedocumentlibrary.streams.dsl.Clause<T,T>
org.gcube.contentmanagement.gcubedocumentlibrary.streams.dsl.InClause<T>
public class InClause<T>
- extends Clause<T,T>
The in
clause of group-based sentences.
- Author:
- Fabio Simeoni (University of Strathclyde)
Constructor Summary |
InClause(Env<T,T> 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 |
InClause
public InClause(Env<T,T> e)
- Creates an instance of the clause in the evaluation environment of a given sentence.
- Parameters:
e
- the environment.
in
public FoldThroughClause<T> in(int size)
- Configures the size of elements.
- Parameters:
size
- the size.
- Returns:
- the next sentence.