Interface DetachedPropertiesDescription

    • Method Detail

      • with

        DetachedPropertiesDescription with​(String propertyKey,
                                           Predicate predicate)
        Construct a new description from this description by adding/replacing a predicate with a new one.
        Parameters:
        propertyKey - key of the property the predicate is for.
        predicate - the predicate.
        Returns:
        a new instance of properties description.