Return - the return typepublic interface Func0<Return>
Func1 is used in a method parameter declaration, you
may consider using wildcards:
<T> T someMethod(Func0<? extends T> f);
| Modifier and Type | Method and Description |
|---|---|
Return |
invoke()
The function body to invoke.
|
Return invoke()