public interface Extension<V>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Object[] |
EMPTY_OBJECT_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
default V |
call() |
V |
call(java.lang.Object... args) |
default V |
call(java.lang.Object arguments) |