Uses of Interface
aQute.lib.exceptions.FunctionWithException
-
Packages that use FunctionWithException Package Description aQute.lib.aspects aQute.lib.exceptions -
-
Uses of FunctionWithException in aQute.lib.aspects
Methods in aQute.lib.aspects with parameters of type FunctionWithException Modifier and Type Method Description <A,R>
Aspects.InterceptBuilder<T>Aspects.InterceptBuilder. intercept(FunctionWithException<A,R> intercept, java.lang.String name, java.lang.Class<A> type)
Intercept a one argument method callAspects.InterceptBuilder<T>
Aspects.InterceptBuilder. intercept(FunctionWithException<Aspects.Invocation,java.lang.Object> intercept, java.lang.String name, java.lang.Class<?>... types)
Intercept a method call with a lambda. -
Uses of FunctionWithException in aQute.lib.exceptions
Methods in aQute.lib.exceptions with parameters of type FunctionWithException Modifier and Type Method Description static <T,R>
java.util.function.Function<T,R>FunctionWithException. asFunction(FunctionWithException<T,R> unchecked)
static <T,R>
java.util.function.Function<T,R>FunctionWithException. asFunctionOrElse(FunctionWithException<T,R> unchecked, R orElse)
static <T,R>
java.util.function.Function<T,R>FunctionWithException. asFunctionOrElseGet(FunctionWithException<T,R> unchecked, java.util.function.Supplier<? extends R> orElseGet)
-