Interface PropertyPredicate.Builder

  • Method Details

    • key

      The key of the property.

      Parameters:
      key - The key of the property.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value of the property.

      Parameters:
      value - The value of the property.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • comparator

      PropertyPredicate.Builder comparator(String comparator)

      The comparator used to compare this property to others.

      Parameters:
      comparator - The comparator used to compare this property to others.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • comparator

      PropertyPredicate.Builder comparator(Comparator comparator)

      The comparator used to compare this property to others.

      Parameters:
      comparator - The comparator used to compare this property to others.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: