Uses of Interface
org.n52.janmayen.function.ThrowingBiPredicate
-
Packages that use ThrowingBiPredicate Package Description org.n52.janmayen.exception org.n52.janmayen.function -
-
Uses of ThrowingBiPredicate in org.n52.janmayen.exception
Methods in org.n52.janmayen.exception with parameters of type ThrowingBiPredicate Modifier and Type Method Description <T,U,X extends Exception>
booleanCompositeException. test(ThrowingBiPredicate<T,U,X> predicate, boolean defaultValue, T t, U u)<T,U,X extends Exception>
BiPredicate<T,U>CompositeException. wrapPredicate(ThrowingBiPredicate<T,U,X> predicate, boolean defaultValue) -
Uses of ThrowingBiPredicate in org.n52.janmayen.function
Methods in org.n52.janmayen.function that return ThrowingBiPredicate Modifier and Type Method Description default ThrowingBiPredicate<T,U,X>ThrowingBiPredicate. and(ThrowingBiPredicate<? super T,? super U,? extends X> other)Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default ThrowingBiPredicate<T,U,X>ThrowingBiPredicate. negate()Returns a predicate that represents the logical negation of this predicate.default ThrowingBiPredicate<T,U,X>ThrowingBiPredicate. or(ThrowingBiPredicate<? super T,? super U,? extends X> other)Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.Methods in org.n52.janmayen.function with parameters of type ThrowingBiPredicate Modifier and Type Method Description default ThrowingBiPredicate<T,U,X>ThrowingBiPredicate. and(ThrowingBiPredicate<? super T,? super U,? extends X> other)Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default ThrowingBiPredicate<T,U,X>ThrowingBiPredicate. or(ThrowingBiPredicate<? super T,? super U,? extends X> other)Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
-