Interface BiPredicate<T,​U>


  • public interface BiPredicate<T,​U>
    • Method Detail

      • test

        boolean test​(T t,
                     U u)