Interface DoubleRange.Builder

    • Method Detail

      • from

        DoubleRange.Builder from​(Double from)

        The minimum value in the range.

        Parameters:
        from - The minimum value in the range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • to

        DoubleRange.Builder to​(Double to)

        The maximum value in the range.

        Parameters:
        to - The maximum value in the range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.