E - the custom exceptionpublic static interface IJavetDirectCallable.ThisAndResult<E extends java.lang.Exception> extends IJavetDirectCallable.DirectCall
| Modifier and Type | Method and Description |
|---|---|
V8Value |
call(V8Value thisObject,
V8Value... v8Values)
Call by this object and return the result.
|
V8Value call(V8Value thisObject, V8Value... v8Values) throws JavetException, E extends java.lang.Exception
thisObject - the this objectv8Values - the V8 valuesJavetException - the javet exceptionE - the custom exceptionE extends java.lang.Exception