T
- the type parameter for valueE
- the type parameter for custom exception@FunctionalInterface
public interface IJavetUniIndexedConsumer<T extends V8Value,E extends java.lang.Throwable>
Modifier and Type | Method and Description |
---|---|
void |
accept(int index,
T value)
Accept.
|
void accept(int index, T value) throws JavetException, E extends java.lang.Throwable
index
- the indexvalue
- the valueJavetException
- the javet exceptionE
- the custom exceptionE extends java.lang.Throwable