T - the type of the first argument to the functionU - the type of the second argument to the functionE - the type of exception that may be thrown from the operationpublic interface ThrowingBiConsumer<T,U,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t,
U u)
Performs this operation on the given arguments.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.