Uses of Class
org.springframework.boot.util.LambdaSafe.InvocationResult
-
Uses of LambdaSafe.InvocationResult in org.springframework.boot.util
Modifier and TypeMethodDescriptionprotected final <R> LambdaSafe.InvocationResult<R>
<R> LambdaSafe.InvocationResult<R>
Invoke the callback instance where the callback method returns a result.static <R> LambdaSafe.InvocationResult<R>
LambdaSafe.InvocationResult.noResult()
Return anLambdaSafe.InvocationResult
instance representing no result.static <R> LambdaSafe.InvocationResult<R>
LambdaSafe.InvocationResult.of
(R value) Create a newLambdaSafe.InvocationResult
instance with the specified value.