public interface RawFunction<FROM,TO,EXCEPTION extends Exception>
This can be used with the Iterables methods to transform lists of objects.
TO
apply(FROM from)
TO apply(FROM from) throws EXCEPTION extends Exception
from
EXCEPTION
EXCEPTION extends Exception
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.