|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.contentmanagement.gcubedocumentlibrary.streams.filters.Processor<T>
T
- the type of elements iterated over.public abstract class Processor<T>
A Filter
that post-processes elements produced by the iteration.
Constructor Summary | |
---|---|
Processor()
|
Method Summary | |
---|---|
T |
apply(T element)
Applies the filter to elements of the iteration. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Processor()
Method Detail |
---|
public T apply(T element) throws java.lang.Exception
apply
in interface Filter<T,T>
element
- the last element produced by the iteration.
java.lang.Exception
- if the filter could not be applied.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |