Interface PropertyPredicate.Builder

    • Method Detail

      • key

        PropertyPredicate.Builder key​(String 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

        PropertyPredicate.Builder value​(String 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, Comparator
      • 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:
        Comparator, Comparator