Interface Predicate<T>

    • Method Detail

      • apply

        boolean apply​(T item)
        Checks whether the given item meets the predicate.
        Parameters:
        item - item to check.
        Returns:
        true - meets.