Uses of Interface
aQute.lib.exceptions.RunnableWithException
-
Packages that use RunnableWithException Package Description aQute.lib.aspects aQute.lib.exceptions -
-
Uses of RunnableWithException in aQute.lib.aspects
Methods in aQute.lib.aspects with parameters of type RunnableWithException Modifier and Type Method Description <R> Aspects.InterceptBuilder<T>Aspects.InterceptBuilder. intercept(RunnableWithException intercept, java.lang.String name)Intercept a no method call -
Uses of RunnableWithException in aQute.lib.exceptions
Methods in aQute.lib.exceptions with parameters of type RunnableWithException Modifier and Type Method Description static java.lang.RunnableRunnableWithException. asRunnable(RunnableWithException unchecked)static java.lang.RunnableRunnableWithException. asRunnableIgnoreException(RunnableWithException unchecked)static voidExceptions. unchecked(RunnableWithException runnable)
-