Uses of Interface
org.fuchss.tools.lambda.VoidFunctionWithException
Packages that use VoidFunctionWithException
-
Uses of VoidFunctionWithException in org.fuchss.tools.lambda
Methods in org.fuchss.tools.lambda with parameters of type VoidFunctionWithExceptionModifier and TypeMethodDescriptionstatic VoidFunction
LambdaConvert.wrap
(VoidFunctionWithException func, Consumer<Exception> handler) Wrap aVoidFunctionWithException
to aVoidFunction
. -
Uses of VoidFunctionWithException in rekit.core
Methods in rekit.core with parameters of type VoidFunctionWithExceptionModifier and TypeMethodDescriptionstatic void
ShutdownManager.registerObserver
(VoidFunctionWithException shutdownHandler) -
Uses of VoidFunctionWithException in rekit.util
Classes in rekit.util that implement VoidFunctionWithExceptionModifier and TypeClassDescriptionfinal class
This class realized aVoidFunctionWithException
which can executed once.Methods in rekit.util with parameters of type VoidFunctionWithExceptionModifier and TypeMethodDescriptionstatic void
LambdaUtil.invoke
(VoidFunctionWithException in) Invoke aVoidFunctionWithException
.Constructors in rekit.util with parameters of type VoidFunctionWithException