|
@@ -61,6 +61,8 @@ public interface IExecutable extends IElement {
|
|
|
Object invoke(Object that, Object... arguments);
|
|
Object invoke(Object that, Object... arguments);
|
|
|
|
|
|
|
|
Object call(Object... arguments);
|
|
Object call(Object... arguments);
|
|
|
|
|
+
|
|
|
|
|
+ Object apply(Object[] arguments);
|
|
|
|
|
|
|
|
Object apply(Object that, Object[] arguments);
|
|
Object apply(Object that, Object[] arguments);
|
|
|
|
|
|