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