Class IFilterGroup
java.lang.Object
com.stuypulse.stuylib.streams.numbers.filters.IFilterGroup
- All Implemented Interfaces:
IFilter
A class that lets you combine multiple stream filters into one stream filter
-
Constructor Summary
ConstructorDescriptionIFilterGroup
(IFilter... filters) Make IFilterGroup out of an array of Filters -
Method Summary
Modifier and TypeMethodDescriptiondouble
get
(double next) Get next value in Filter based on the next value given
-
Constructor Details
-
IFilterGroup
Make IFilterGroup out of an array of Filters- Parameters:
filters
- list of filters to combine
-
-
Method Details