T - the type of the operand and result of the operatorE - the type of exception that may be thrown from the operatorpublic interface ThrowingBinaryOperator<T,E extends Exception> extends ThrowingBiFunction<T,T,T,E>
ThrowingBiFunction
for the case where the operand and result are of the same type.applyCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.