T - the type of the input to the functionR - the type of the result of the functionjava.util.function interface and classes in 3.0.public interface Function<T,R> extends ThrowingFunction<T,R,RuntimeException>, RawFunction<T,R,RuntimeException>
R apply(T t)
apply in interface ThrowingFunction<T,R,RuntimeException>t - the function argumentCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.