T - the type of the first argument to the functionU - the type of the second argument to the functionR - the type of the result of the functionpublic interface BiFunction<T,U,R> extends ThrowingBiFunction<T,U,R,RuntimeException>
Function.R apply(T t, U u)
apply in interface ThrowingBiFunction<T,U,R,RuntimeException>t - the first input itemu - the second input itemCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.