Uses of Interface
aQute.lib.exceptions.BiFunctionWithException
Packages that use BiFunctionWithException
-
Uses of BiFunctionWithException in aQute.lib.exceptions
Methods in aQute.lib.exceptions with parameters of type BiFunctionWithExceptionModifier and TypeMethodDescriptionstatic <T,
U, R> BiFunction<T, U, R> BiFunctionWithException.asBiFunction
(BiFunctionWithException<T, U, R> unchecked) Deprecated.static <T,
U, R> BiFunction<T, U, R> BiFunctionWithException.asBiFunctionOrElse
(BiFunctionWithException<T, U, R> unchecked, R orElse) Deprecated.static <T,
U, R> BiFunction<T, U, R> BiFunctionWithException.asBiFunctionOrElseGet
(BiFunctionWithException<T, U, R> unchecked, Supplier<? extends R> orElseGet) Deprecated.