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

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

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

Subclasses of Clause in org.gcube.contentmanagement.gcubedocumentlibrary.streams.dsl
 class FoldThroughClause<FROM>
          The through clause of group-based sentences.
 class FoldWithClause<FROM,TO>
          The with clause of group-based sentences.
 class InClause<T>
          The in clause of group-based sentences.
 class ThroughClause<FROM>
          The through clause of pipe-based sentences.
 class UnfoldThroughClause<FROM>
          The through clause of unfold-based sentences.
 class UnfoldWithClause<FROM,TO>
          The with clause of unfold-based sentences.
 class WithClause<FROM,TO>
          The with clause of pipe-based sentences.
 class WithLocalClause<FROM,TO>
          The with clause of pipe-based sentences.