Uses of Interface
com.pivovarit.function.ThrowingBiPredicate
Packages that use ThrowingBiPredicate
Package
Description
The
com.pivovarit.function package contains checked equivalents of the java.util.function package-
Uses of ThrowingBiPredicate in com.pivovarit.function
Methods in com.pivovarit.function that return ThrowingBiPredicateModifier and TypeMethodDescriptiondefault 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 ThrowingBiPredicateModifier and TypeMethodDescriptiondefault 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> BiPredicate <T, U> ThrowingBiPredicate.sneaky(ThrowingBiPredicate<T, U, ?> predicate) Returns a new BiPredicate instance which rethrows the checked exception using the Sneaky Throws patternstatic <T,U> BiPredicate <T, U> ThrowingBiPredicate.unchecked(ThrowingBiPredicate<T, U, ?> predicate) default ThrowingBiPredicate<T, U, E> ThrowingBiPredicate.xor(ThrowingBiPredicate<? super T, ? super U, ? extends E> other)