T - public interface WrappedInvoker<T>
| Modifier and Type | Method and Description |
|---|---|
<TResult> TResult |
invoke(Function<T,TResult> function)
Your implementation of this method should manufacture or reuse an instance of T, then apply function to it
|
<TResult> TResult invoke(Function<T,TResult> function)
TResult - The return type of your functionfunction - Your function that will execute given an instance of TCopyright © 2019. All rights reserved.