Uses of Class
org.springframework.boot.util.LambdaSafe.Callback
-
Uses of LambdaSafe.Callback in org.springframework.boot.util
Modifier and TypeMethodDescriptionstatic <C,
A> LambdaSafe.Callback<C, A> LambdaSafe.callback
(Class<C> callbackType, C callbackInstance, A argument, Object... additionalArguments) Start a call to a single callback instance, dealing with common generic type concerns and exceptions.