Package | Description |
---|---|
org.springframework.boot.util |
Contains miscellaneous utility classes.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
LambdaSafe.LambdaSafeCallback<C,A,SELF extends LambdaSafe.LambdaSafeCallback<C,A,SELF>>
Abstract base class for lambda safe callbacks.
|
Modifier and Type | Class and Description |
---|---|
static class |
LambdaSafe.Callback<C,A>
Represents a single callback that can be invoked in a lambda safe way.
|
static class |
LambdaSafe.Callbacks<C,A>
Represents a collection of callbacks that can be invoked in a lambda safe way.
|