|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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.
| Method Summary | |
|---|---|
TO |
apply(FROM from)
Apply a value to this function |
| Method Detail |
|---|
TO apply(FROM from)
from - the input item
|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||