Interface IPredicate<T>


  • public interface IPredicate<T>
    Created with IntelliJ IDEA.
    • Method Detail

      • apply

        boolean apply​(T target)