org.gcube.contentmanagement.gcubedocumentlibrary.streams.dsl
Class InClause<T>

java.lang.Object
  extended by org.gcube.contentmanagement.gcubedocumentlibrary.streams.dsl.Clause<T,T>
      extended by 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.
 
Method Summary
 FoldThroughClause<T> in(int size)
          Configures the size of elements.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

in

public FoldThroughClause<T> in(int size)
Configures the size of elements.

Parameters:
size - the size.
Returns:
the next sentence.