Class FilteredBStream
java.lang.Object
com.stuypulse.stuylib.streams.booleans.FilteredBStream
- All Implemented Interfaces:
BStream
,BooleanSupplier
A FilteredBStream is similar to a FilteredIStream.
It works like a BStream, but every time you call .get(), it runs the value through the filters you provided it.
-
Constructor Summary
ConstructorsConstructorDescriptionFilteredBStream
(BStream stream, BFilter... filter) Makes filtered stream from stream and stream filter -
Method Summary