Uses of Interface
com.pivovarit.function.ThrowingPredicate
Packages that use ThrowingPredicate
Package
Description
The
com.pivovarit.function package contains checked equivalents of the java.util.function package-
Uses of ThrowingPredicate in com.pivovarit.function
Methods in com.pivovarit.function that return ThrowingPredicateModifier and TypeMethodDescriptiondefault ThrowingPredicate<T, E> ThrowingPredicate.and(ThrowingPredicate<? super T, ? extends E> other) default ThrowingPredicate<T, E> ThrowingPredicate.negate()default ThrowingPredicate<T, E> ThrowingPredicate.or(ThrowingPredicate<? super T, ? extends E> other) default ThrowingPredicate<T, E> ThrowingPredicate.xor(ThrowingPredicate<? super T, ? extends E> other) Methods in com.pivovarit.function with parameters of type ThrowingPredicateModifier and TypeMethodDescriptiondefault ThrowingPredicate<T, E> ThrowingPredicate.and(ThrowingPredicate<? super T, ? extends E> other) default ThrowingPredicate<T, E> ThrowingPredicate.or(ThrowingPredicate<? super T, ? extends E> other) static <T> Predicate<T> ThrowingPredicate.sneaky(ThrowingPredicate<T, ?> predicate) static <T> Predicate<T> ThrowingPredicate.unchecked(ThrowingPredicate<T, ?> predicate) default ThrowingPredicate<T, E> ThrowingPredicate.xor(ThrowingPredicate<? super T, ? extends E> other)