Interface Predicate<T>

    • Method Detail

      • evaluate

        boolean evaluate​(T t)
        Return true iff the specified object satisfies the predicate.
        Parameters:
        t - the object to evaluate
        Returns:
        true iff the specified object satisfies the predicate