类的使用
cn.taketoday.util.LambdaSafe.InvocationResult
程序包
说明
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
-
cn.taketoday.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.