| Package | Description |
|---|---|
| com.tangosol.util.function |
Contains Functional interfaces allowing remote execution of lambda expressions and method references.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <V> Remote.Callable<V> |
Remote.callable(Remote.Callable<V> callable)
Capture serializable Callable.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <V> Remote.Callable<V> |
Remote.callable(Remote.Callable<V> callable)
Capture serializable Callable.
|