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