Package org.gcube.contentmanagement.gcubedocumentlibrary.streams.dsl

Class Summary
Clause<FROM,TO> Base implementation for clauses of language sentences.
Env<FROM,TO> The environment in which a sentence is evaluated.
FoldThroughClause<FROM> The through clause of group-based sentences.
FoldWithClause<FROM,TO> The with clause of group-based sentences.
InClause<T> The in clause of group-based sentences.
Streams An embedded language for manipulation of streams based on Iterators, RemoteIterators, and result sets.
ThroughClause<FROM> The through clause of pipe-based sentences.
UnfoldThroughClause<FROM> The through clause of unfold-based sentences.
UnfoldWithClause<FROM,TO> The with clause of unfold-based sentences.
WithClause<FROM,TO> The with clause of pipe-based sentences.
WithLocalClause<FROM,TO> The with clause of pipe-based sentences.