Interface BiPredicate<T,​U>


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

      • test

        boolean test​(T t,
                     U u)
        Evaluate the predicate
        Parameters:
        t - First argument
        u - Second argument
        Returns:
        Result