Uses of Interface
com.pivovarit.function.ThrowingBiPredicate
-
Packages that use ThrowingBiPredicate Package Description com.pivovarit.function Thecom.pivovarit.function
package contains checked equivalents of thejava.util.function
package -
-
Uses of ThrowingBiPredicate in com.pivovarit.function
Methods in com.pivovarit.function that return ThrowingBiPredicate Modifier and Type Method Description default ThrowingBiPredicate<T,U,E>
ThrowingBiPredicate. and(ThrowingBiPredicate<? super T,? super U,? extends E> other)
default ThrowingBiPredicate<T,U,E>
ThrowingBiPredicate. negate()
default ThrowingBiPredicate<T,U,E>
ThrowingBiPredicate. or(ThrowingBiPredicate<? super T,? super U,? extends E> other)
default ThrowingBiPredicate<T,U,E>
ThrowingBiPredicate. xor(ThrowingBiPredicate<? super T,? super U,? extends E> other)
Methods in com.pivovarit.function with parameters of type ThrowingBiPredicate Modifier and Type Method Description default ThrowingBiPredicate<T,U,E>
ThrowingBiPredicate. and(ThrowingBiPredicate<? super T,? super U,? extends E> other)
default ThrowingBiPredicate<T,U,E>
ThrowingBiPredicate. or(ThrowingBiPredicate<? super T,? super U,? extends E> other)
static <T,U>
java.util.function.BiPredicate<T,U>ThrowingBiPredicate. sneaky(ThrowingBiPredicate<T,U,?> predicate)
static <T,U>
java.util.function.BiPredicate<T,U>ThrowingBiPredicate. unchecked(ThrowingBiPredicate<T,U,?> predicate)
default ThrowingBiPredicate<T,U,E>
ThrowingBiPredicate. xor(ThrowingBiPredicate<? super T,? super U,? extends E> other)
-