Interface BiPredicate<T,​U>

    • Method Detail

      • test

        boolean test​(T first,
                     U second)