T - the type of the input to the operationE - the type of exception that may be thrown from the functionpublic interface ThrowingConsumer<T,E extends Throwable>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t)
Performs this operation on the given argument.
|
static <T,E extends Exception> |
noop() |
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.