Interface DoubleRange.Builder

  • Method Details

    • 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

      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.