Class BFilterGroup
java.lang.Object
com.stuypulse.stuylib.streams.booleans.filters.BFilterGroup
- All Implemented Interfaces:
BFilter
A class that lets you combine multiple boolean filters into one boolean filter.
-
Constructor Summary
ConstructorsConstructorDescriptionBFilterGroup(BFilter... filters) Make BFilterGroup out of an array of Filters -
Method Summary
Modifier and TypeMethodDescriptionbooleanget(boolean next) Get next value in Filter based on the next value given
-
Constructor Details
-
BFilterGroup
Make BFilterGroup out of an array of Filters- Parameters:
filters- list of filters to combine
-
-
Method Details