Uses of Class
org.springframework.boot.util.LambdaSafe.InvocationResult
Packages that use LambdaSafe.InvocationResult
-
Uses of LambdaSafe.InvocationResult in org.springframework.boot.util
Methods in org.springframework.boot.util that return LambdaSafe.InvocationResultModifier 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.InvocationResultinstance representing no result.static <R> LambdaSafe.InvocationResult<R> LambdaSafe.InvocationResult.of(@Nullable R value) Create a newLambdaSafe.InvocationResultinstance with the specified value.