T - the type of the input to the operationpublic interface BiConsumer<T,U> extends ThrowingBiConsumer<T,U,RuntimeException>
void accept(T t, U u)
accept in interface ThrowingBiConsumer<T,U,RuntimeException>t - the first input argumentu - the second input argumentCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.