T - the type of the input to the operationpublic interface Consumer<T> extends ThrowingConsumer<T,RuntimeException>
void accept(T t)
accept in interface ThrowingConsumer<T,RuntimeException>t - the input argumentCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.