Class FilteredVStream
java.lang.Object
com.stuypulse.stuylib.streams.vectors.FilteredVStream
A FilteredVStream is similar to a FilteredIStream.
It works like a VStream, but every time you call .get(), it runs the value through the filters you provided it.
-
Constructor Summary
ConstructorsConstructorDescriptionFilteredVStream
(VStream stream, VFilter... filter) Makes filtered stream from stream and stream filter -
Method Summary
-
Constructor Details
-
FilteredVStream
Makes filtered stream from stream and stream filter- Parameters:
stream
- input streamfilter
- stream filter
-
-
Method Details