类的使用
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.InvocationResultinstance representing no result.static <R> LambdaSafe.InvocationResult<R> LambdaSafe.InvocationResult.of(R value) Create a newLambdaSafe.InvocationResultinstance with the specified value.