T1 - the type parameter for keyT2 - the type parameter for valueE - the type parameter for custom exception@FunctionalInterface
public interface IJavetBiConsumer<T1 extends V8Value,T2 extends V8Value,E extends java.lang.Throwable>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T1 key,
T2 value)
Accept.
|
void accept(T1 key, T2 value) throws JavetException, E extends java.lang.Throwable
key - the keyvalue - the valueJavetException - the javet exceptionE - the custom exceptionE extends java.lang.Throwable