Interface Predicate<T>


  • public interface Predicate<T>
    Predicate.
    Since:
    7.1
    Author:
    Leonid Bushuev from JetBrains
    • Method Detail

      • apply

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