|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Filter in org.gcube.contentmanagement.gcubedocumentlibrary.streams.adapters |
---|
Constructors in org.gcube.contentmanagement.gcubedocumentlibrary.streams.adapters with parameters of type Filter | |
---|---|
AbstractAdapter(
Creates an instance with a RemoteIterator , a Filter , and a IFaultPolicy . |
|
LocalAdapter(
Creates an instance with a RemoteIterator , a Filter , and a IFaultPolicy . |
|
RemoteAdapter(
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 | ||
---|---|---|
|
UnfoldThroughClause.pipingThrough(Filter<FROM,java.util.List<TO>> filter)
Configures a Filter for the stream in the evaluation environment. |
|
|
FoldThroughClause.pipingThrough(Filter<FROM,TO> filter)
Configures a Filter for the stream in the evaluation environment. |
|
|
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(
Creates an instance with a RemoteIterator , a Filter , and a IFaultPolicy . |
|
FoldingLocalAdapter(
Creates an instance with a RemoteIterator , a Filter , and a IFaultPolicy . |
|
FoldingRemoteAdapter(
Creates an instance with a RemoteIterator , a Filter , and a IFaultPolicy . |
|
UnfoldingAbstractAdapter(
Creates an instance with a RemoteIterator , a Filter , and a IFaultPolicy . |
|
UnfoldingLocalAdapter(
Creates an instance with a RemoteIterator , a Filter , and a IFaultPolicy . |
|
UnfoldingRemoteAdapter(
Creates an instance with a RemoteIterator , a Filter , and a IFaultPolicy . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |