| Package | Description | 
|---|---|
| org.springframework.boot.util | 
 Contains miscellaneous utility classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <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. 
 |