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 VoidFunctionLambdaConvert.wrap(VoidFunctionWithException func, Consumer<Exception> handler) Wrap aVoidFunctionWithExceptionto aVoidFunction. -
Uses of VoidFunctionWithException in rekit.core
Methods in rekit.core with parameters of type VoidFunctionWithExceptionModifier and TypeMethodDescriptionstatic voidShutdownManager.registerObserver(VoidFunctionWithException shutdownHandler) -
Uses of VoidFunctionWithException in rekit.util
Classes in rekit.util that implement VoidFunctionWithExceptionModifier and TypeClassDescriptionfinal classThis class realized aVoidFunctionWithExceptionwhich can executed once.Methods in rekit.util with parameters of type VoidFunctionWithExceptionModifier and TypeMethodDescriptionstatic voidLambdaUtil.invoke(VoidFunctionWithException in) Invoke aVoidFunctionWithException.Constructors in rekit.util with parameters of type VoidFunctionWithException