Interface IPredicate<T>


  • public interface IPredicate<T>
    • Method Detail

      • test

        boolean test​(T t)