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