| Package | Description | 
|---|---|
| org.springframework.boot.util | Contains miscellaneous utility classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| <R> LambdaSafe.InvocationResult<R> | LambdaSafe.Callback. invokeAnd(Function<C,R> invoker)Invoke the callback instance where the callback method returns a result. | 
| static <R> LambdaSafe.InvocationResult<R> | LambdaSafe.InvocationResult. noResult()Return an  LambdaSafe.InvocationResultinstance representing no result. | 
| static <R> LambdaSafe.InvocationResult<R> | LambdaSafe.InvocationResult. of(R value)Create a new  LambdaSafe.InvocationResultinstance with the specified value. | 
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.