Uses of Interface
com.pivovarit.function.ThrowingPredicate
-
Packages that use ThrowingPredicate Package Description com.pivovarit.function Thecom.pivovarit.function
package contains checked equivalents of thejava.util.function
package -
-
Uses of ThrowingPredicate in com.pivovarit.function
Methods in com.pivovarit.function that return ThrowingPredicate Modifier and Type Method Description default 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 ThrowingPredicate Modifier and Type Method Description default 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> java.util.function.Predicate<T>
ThrowingPredicate. sneaky(ThrowingPredicate<T,?> predicate)
static <T> java.util.function.Predicate<T>
ThrowingPredicate. unchecked(ThrowingPredicate<T,?> predicate)
default ThrowingPredicate<T,E>
ThrowingPredicate. xor(ThrowingPredicate<? super T,? extends E> other)
-