Interface Predicate<T>


  • public interface Predicate<T>
    • Method Detail

      • apply

        boolean apply​(T t)