Interface BoundDoubleUpDownCounter


  • @ThreadSafe
    public interface BoundDoubleUpDownCounter
    A Bound Instrument for a DoubleUpDownCounter.
    • Method Detail

      • add

        void add​(double increment)
        Adds the given increment to the current value.

        The value added is associated with the current Context.

        Parameters:
        increment - the value to add.
      • unbind

        void unbind()