T - the type of the input to the operationjava.util.function interface and classes in 3.0.public interface Consumer<T> extends ThrowingConsumer<T,RuntimeException>
void accept(T t)
accept in interface ThrowingConsumer<T,RuntimeException>t - the input argumentCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.