Interface DoubleValueStream

    • Method Detail

      • streamDoubles

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