Uses of Class
org.springframework.boot.util.LambdaSafe.Callback
Packages that use LambdaSafe.Callback
-
Uses of LambdaSafe.Callback in org.springframework.boot.util
Subclasses with type arguments of type LambdaSafe.Callback in org.springframework.boot.utilModifier and TypeClassDescriptionstatic final class
LambdaSafe.Callback<C,
A> Represents a single callback that can be invoked in a lambda safe way.Methods in org.springframework.boot.util that return LambdaSafe.CallbackModifier 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.