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