Interface AgeRange.Builder

    • Method Detail

      • low

        AgeRange.Builder low​(Integer low)

        The lowest estimated age.

        Parameters:
        low - The lowest estimated age.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • high

        AgeRange.Builder high​(Integer high)

        The highest estimated age.

        Parameters:
        high - The highest estimated age.
        Returns:
        Returns a reference to this object so that method calls can be chained together.