Interface Predicate2<T1,​T2>


  • public interface Predicate2<T1,​T2>
    • Method Detail

      • apply

        boolean apply​(T1 a,
                      T2 b)