Uses of Interface
org.gcube.contentmanagement.gcubedocumentlibrary.streams.filters.Filter

Packages that use Filter
org.gcube.contentmanagement.gcubedocumentlibrary.streams.adapters   
org.gcube.contentmanagement.gcubedocumentlibrary.streams.dsl   
org.gcube.contentmanagement.gcubedocumentlibrary.streams.filters   
org.gcube.contentmanagement.gcubedocumentlibrary.streams.folding   
 

Uses of Filter in org.gcube.contentmanagement.gcubedocumentlibrary.streams.adapters
 

Constructors in org.gcube.contentmanagement.gcubedocumentlibrary.streams.adapters with parameters of type Filter
AbstractAdapter( rit, Filter<FROM,TO> f, IFaultPolicy<? extends E> h)
          Creates an instance with a RemoteIterator, a Filter, and a IFaultPolicy.
LocalAdapter( rit, Filter<FROM,TO> f, IFaultPolicy<? extends java.lang.RuntimeException> h)
          Creates an instance with a RemoteIterator, a Filter, and a IFaultPolicy.
RemoteAdapter( rit, Filter<FROM,TO> ys, IFaultPolicy<? extends java.lang.Exception> fh)
          Creates an instance with a RemoteIterator, a Filter, and a IFaultPolicy.
 

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

Methods in org.gcube.contentmanagement.gcubedocumentlibrary.streams.dsl with parameters of type Filter
<TO> UnfoldWithClause<FROM,TO>
UnfoldThroughClause.pipingThrough(Filter<FROM,java.util.List<TO>> filter)
          Configures a Filter for the stream in the evaluation environment.
<TO> FoldWithClause<FROM,TO>
FoldThroughClause.pipingThrough(Filter<FROM,TO> filter)
          Configures a Filter for the stream in the evaluation environment.
<TO> WithClause<FROM,TO>
ThroughClause.through(Filter<FROM,TO> filter)
          Configures a Filter for the stream in the evaluation environment.
 

Uses of Filter in org.gcube.contentmanagement.gcubedocumentlibrary.streams.filters
 

Classes in org.gcube.contentmanagement.gcubedocumentlibrary.streams.filters that implement Filter
 class Processor<T>
          A Filter that post-processes elements produced by the iteration.
 

Uses of Filter in org.gcube.contentmanagement.gcubedocumentlibrary.streams.folding
 

Constructors in org.gcube.contentmanagement.gcubedocumentlibrary.streams.folding with parameters of type Filter
FoldingAbstractAdapter( rit, Filter<FROM,TO> f, IFaultPolicy<? extends E> h, int s)
          Creates an instance with a RemoteIterator, a Filter, and a IFaultPolicy.
FoldingLocalAdapter( rit, Filter<FROM,TO> f, IFaultPolicy<? extends java.lang.RuntimeException> h, int s)
          Creates an instance with a RemoteIterator, a Filter, and a IFaultPolicy.
FoldingRemoteAdapter( rit, Filter<FROM,TO> f, IFaultPolicy<? extends java.lang.Exception> h, int s)
          Creates an instance with a RemoteIterator, a Filter, and a IFaultPolicy.
UnfoldingAbstractAdapter( rit, Filter<FROM,java.util.List<TO>> f, IFaultPolicy<? extends E> h)
          Creates an instance with a RemoteIterator, a Filter, and a IFaultPolicy.
UnfoldingLocalAdapter( rit, Filter<FROM,java.util.List<TO>> f, IFaultPolicy<? extends java.lang.RuntimeException> h)
          Creates an instance with a RemoteIterator, a Filter, and a IFaultPolicy.
UnfoldingRemoteAdapter( rit, Filter<FROM,java.util.List<TO>> f, IFaultPolicy<? extends java.lang.Exception> h)
          Creates an instance with a RemoteIterator, a Filter, and a IFaultPolicy.