Interface IntValueStream

    • Method Detail

      • streamInts

        void streamInts​(IntConsumer cons)
        Stream the int representations of all current values, if any exist.
        Parameters:
        cons - The consumer to accept the values