Interface DoubleCriteriaCondition.Builder

  • Method Details

    • comparison

      DoubleCriteriaCondition.Builder comparison(String comparison)

      The comparison operator to use, such as equals, greater than, less than, etc.

      Parameters:
      comparison - The comparison operator to use, such as equals, greater than, less than, etc.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • comparison

      The comparison operator to use, such as equals, greater than, less than, etc.

      Parameters:
      comparison - The comparison operator to use, such as equals, greater than, less than, etc.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • values

      The list of double values to compare against using the specified comparison operator.

      Parameters:
      values - The list of double values to compare against using the specified comparison operator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      The list of double values to compare against using the specified comparison operator.

      Parameters:
      values - The list of double values to compare against using the specified comparison operator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.