| Package | Description |
|---|---|
| org.neo4j.function |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Consumer<T>
Deprecated.
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| Modifier and Type | Method and Description |
|---|---|
static <T,E extends Exception> |
ThrowingConsumers.noop() |
| Modifier and Type | Method and Description |
|---|---|
static <T,E extends Exception> |
ThrowingFunctions.fromConsumer(ThrowingConsumer<T,E> consumer) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.