Interface EventFilter<T>

    • Method Detail

      • isExcluded

        boolean isExcluded​(T obj)
        Indicates whether the given object should be excluded or not.
        Parameters:
        obj - the object to be checked against filters
        Returns:
        true if it is excluded, otherwise false