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