Uses of Interface
org.burningwave.core.function.ThrowingBiPredicate
Packages that use ThrowingBiPredicate
-
Uses of ThrowingBiPredicate in org.burningwave.core.concurrent
Methods in org.burningwave.core.concurrent with parameters of type ThrowingBiPredicateModifier and TypeMethodDescriptionQueuedTaskExecutor.TaskAbst.setExceptionHandler(ThrowingBiPredicate<T, Throwable, Throwable> exceptionHandler) -
Uses of ThrowingBiPredicate in org.burningwave.core.function
Methods in org.burningwave.core.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) Methods in org.burningwave.core.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)