Interface UserPropertiesFilter


  • @ConsumerType
    public interface UserPropertiesFilter
    The UserPropertiesFilter is used to determine whether a given UserProperties object is included or not.
    • Method Detail

      • includes

        boolean includes​(UserProperties userProperties)
        Indicates whether the given userProperties is included or not.
        Parameters:
        userProperties - The user properties object to analyze.
        Returns:
        true if the given user properties shall be included.