Class LambdaUtils.BiPredicate<T,​U>

    • Method Detail

      • not

        public static <T,​U> BiPredicate<T,​U> not​(BiPredicate<? super T,​? super U> target)
        Returns a bipredicate that is the negation of the supplied bipredicate.
        Type Parameters:
        T - the type of arguments to the specified bipredicate
        U - the type of arguments to the specified bipredicate
        Parameters:
        target - bipredicate to negate
        Returns:
        a bipredicate that negates the results of the supplied bipredicate