Interface UserPropertiesFilter


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

    Modifier and Type
    Method
    Description
    boolean
    includes(UserProperties userProperties)
    Indicates whether the given userProperties is included or not.
  • Method Details

    • 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.