T - the type of the input to the operationjava.util.function interface and classes in 3.0.public 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–2016 The Neo4j Graph Database Project. All rights reserved.