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