Interface StringValueStream

    • Method Detail

      • streamStrings

        void streamStrings​(Consumer<String> cons)
        Stream the String representations of all current values, if any exist.
        Parameters:
        cons - The consumer to accept the values