Uses of Class
org.gcube.contentmanagement.gcubedocumentlibrary.streams.dsl.Env

Packages that use Env
org.gcube.contentmanagement.gcubedocumentlibrary.streams.dsl   
 

Uses of Env in org.gcube.contentmanagement.gcubedocumentlibrary.streams.dsl
 

Constructors in org.gcube.contentmanagement.gcubedocumentlibrary.streams.dsl with parameters of type Env
Clause(Env<FROM,TO> e)
          Creates an instance with a given evaluation environment.
FoldThroughClause(Env<FROM,java.lang.Void> e)
          Creates an instance of the clause in the evaluation environment of a given sentence.
FoldWithClause(Env<FROM,TO> e)
          Creates an instance of the clause in the evaluation environment of a given sentence.
InClause(Env<T,T> e)
          Creates an instance of the clause in the evaluation environment of a given sentence.
ThroughClause(Env<FROM,java.lang.Void> e)
          Creates an instance of the clause in the evaluation environment of a given sentence.
UnfoldThroughClause(Env<FROM,java.lang.Void> e)
          Creates an instance of the clause in the evaluation environment of a given sentence.
UnfoldWithClause(Env<FROM,java.util.List<TO>> e)
          Creates an instance of the clause in the evaluation environment of a given sentence.
WithClause(Env<FROM,TO> e)
          Creates an instance of the clause in the evaluation environment of a given sentence.
WithLocalClause(Env<FROM,TO> e)
          Creates an instance of the clause in the evaluation environment of a given sentence.