Uses of Interface
aQute.lib.exceptions.BiPredicateWithException
-
Packages that use BiPredicateWithException Package Description aQute.lib.exceptions -
-
Uses of BiPredicateWithException in aQute.lib.exceptions
Methods in aQute.lib.exceptions with parameters of type BiPredicateWithException Modifier and Type Method Description static <T,U>
java.util.function.BiPredicate<T,U>BiPredicateWithException. asBiPredicate(BiPredicateWithException<T,U> unchecked)
Deprecated.static <T,U>
java.util.function.BiPredicate<T,U>BiPredicateWithException. asBiPredicateOrElse(BiPredicateWithException<T,U> unchecked, boolean orElse)
Deprecated.static <T,U>
java.util.function.BiPredicate<T,U>BiPredicateWithException. asBiPredicateOrElseGet(BiPredicateWithException<T,U> unchecked, java.util.function.BooleanSupplier orElseGet)
Deprecated.
-