Package com.stuypulse.stuylib.streams.booleans


package com.stuypulse.stuylib.streams.booleans
  • Class
    Description
    A BStream is similar to an IStream, but instead of a stream of doubles, it represents a stream of booleans.
    A FilteredBStream is similar to a FilteredIStream.
    A PollingBStream is a BStream but its .get() method is called for you at a certain rate.