- All Implemented Interfaces:
AFilter
A class that lets you combine multiple stream filters into one stream filter
-
Constructor Summary
Constructors
Make AFilterGroup out of an array of Filters
-
Method Summary
Get next value in Filter based on the next value given
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AFilterGroup
public AFilterGroup(AFilter... filters)
Make AFilterGroup out of an array of Filters
- Parameters:
filters
- list of filters to combine
-
Method Details
-
get
Description copied from interface: AFilter
Get next value in Filter based on the next value given
- Specified by:
get
in interface AFilter
- Parameters:
next
- next input value in the stream
- Returns:
- the output value of the filter