Uses of Interface
aQute.bnd.exceptions.BiPredicateWithException
-
Packages that use BiPredicateWithException Package Description aQute.bnd.exceptions This package is exported by biz.aQute.bnd.util. -
-
Uses of BiPredicateWithException in aQute.bnd.exceptions
Methods in aQute.bnd.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)
static <T,U>
java.util.function.BiPredicate<T,U>BiPredicateWithException. asBiPredicateOrElse(BiPredicateWithException<T,U> unchecked, boolean orElse)
static <T,U>
java.util.function.BiPredicate<T,U>BiPredicateWithException. asBiPredicateOrElseGet(BiPredicateWithException<T,U> unchecked, java.util.function.BooleanSupplier orElseGet)
-