@Deprecated
public interface Function<FROM,TO>
extends org.neo4j.function.Function<FROM,TO>
Generic function interface to map from one type to another.
This can be used with the Iterables methods to transform lists of objects.
This is deprecated, use Function instead.
Method Summary
Methods inherited from interface org.neo4j.function.RawFunction