Interface Filter<T>

    • Method Detail

      • evaluate

        boolean evaluate​(T object)
        Evaluate if the given object should pass the filter or not.
        Parameters:
        object - The object to evaluate
        Returns:
        TRUE if the object passes the filter, FALSE otherwise