Uses of Class
org.springframework.boot.util.LambdaSafe.Callbacks
Packages that use LambdaSafe.Callbacks
-
Uses of LambdaSafe.Callbacks in org.springframework.boot.util
Subclasses with type arguments of type LambdaSafe.Callbacks in org.springframework.boot.utilModifier and TypeClassDescriptionstatic final class
LambdaSafe.Callbacks<C,
A> Represents a collection of callbacks that can be invoked in a lambda safe way.Methods in org.springframework.boot.util that return LambdaSafe.CallbacksModifier and TypeMethodDescriptionstatic <C,
A> LambdaSafe.Callbacks <C, A> LambdaSafe.callbacks
(Class<C> callbackType, Collection<? extends C> callbackInstances, A argument, Object... additionalArguments) Start a call to callback instances, dealing with common generic type concerns and exceptions.