@FunctionalInterface public interface ProxyExecutable extends Proxy
Proxy| Modifier and Type | Method and Description | 
|---|---|
| Object | execute(Value... arguments)Executes the object with the given arguments and returns its result. | 
Object execute(Value... arguments)
UnsupportedOperationException - if the proxy cannot be executed with the given
             arguments.