| Interface | Description |
|---|---|
| Consumer<TYPE> | |
| Factory<T> |
A generic factory interface for creating instances that do not need any additional dependencies or parameters.
|
| Function<FROM,TO> | |
| Function2<T1,T2,R> |
Generic function interface with 2 input parameters.
|
| IOFunction<FROM,TO> | |
| RawFunction<FROM,TO,EXCEPTION extends Exception> |
Generic function interface to map from one type to another.
|
| Class | Description |
|---|---|
| Functions |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.