T - the type of the operand and result of the operatorpublic interface BinaryOperator<T> extends BiFunction<T,T,T>, ThrowingBinaryOperator<T,RuntimeException>
BiFunction for the
case where the operand and result are of the same type.applyCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.