Uses of Interface
com.kingsrook.qqq.backend.core.utils.lambdas.UnsafeVoidVoidMethod
Packages that use UnsafeVoidVoidMethod
-
Uses of UnsafeVoidVoidMethod in com.kingsrook.qqq.backend.core.context
Methods in com.kingsrook.qqq.backend.core.context with parameters of type UnsafeVoidVoidMethodModifier and TypeMethodDescriptionstatic <T extends Throwable>
voidQContext.withTemporaryContext(CapturedContext context, UnsafeVoidVoidMethod<T> method) -
Uses of UnsafeVoidVoidMethod in com.kingsrook.qqq.backend.core.utils
Methods in com.kingsrook.qqq.backend.core.utils with parameters of type UnsafeVoidVoidMethodModifier and TypeMethodDescriptionstatic voidExceptionUtils.tryCatch(UnsafeVoidVoidMethod<?> method, Consumer<Throwable> catcher) static voidExceptionUtils.tryIgnore(UnsafeVoidVoidMethod<?> method)