Class NoFilterChain
- java.lang.Object
-
- org.nuxeo.lib.stream.computation.internals.NoFilterChain
-
- All Implemented Interfaces:
RecordFilter
,RecordFilterChain
public class NoFilterChain extends Object implements RecordFilterChain
- Since:
- 11.1
-
-
Constructor Summary
Constructors Constructor Description NoFilterChain()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecordFilterChain
addFilter(RecordFilter filter)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.lib.stream.computation.RecordFilter
afterAppend, afterRead, beforeAppend, init
-
-
-
-
Method Detail
-
addFilter
public RecordFilterChain addFilter(RecordFilter filter)
- Specified by:
addFilter
in interfaceRecordFilterChain
-
-