| Package | Description |
|---|---|
| org.neo4j.function |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Consumer<T>
Represents an operation that accepts a single input argument and returns no result.
|
| 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–2015 The Neo4j Graph Database Project. All rights reserved.