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