Uses of Interface
aQute.lib.exceptions.BiPredicateWithException
Packages that use BiPredicateWithException
-
Uses of BiPredicateWithException in aQute.lib.exceptions
Methods in aQute.lib.exceptions with parameters of type BiPredicateWithExceptionModifier and TypeMethodDescriptionstatic <T,
U> BiPredicate<T, U> BiPredicateWithException.asBiPredicate
(BiPredicateWithException<T, U> unchecked) Deprecated.static <T,
U> BiPredicate<T, U> BiPredicateWithException.asBiPredicateOrElse
(BiPredicateWithException<T, U> unchecked, boolean orElse) Deprecated.static <T,
U> BiPredicate<T, U> BiPredicateWithException.asBiPredicateOrElseGet
(BiPredicateWithException<T, U> unchecked, BooleanSupplier orElseGet) Deprecated.