类的使用
org.springframework.boot.util.LambdaSafe.InvocationResult
-
org.springframework.boot.util中LambdaSafe.InvocationResult的使用
修饰符和类型方法说明protected 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.