Interface Predicate<T>


  • public interface Predicate<T>
    • Method Detail

      • test

        boolean test​(T t)