| Package | Description |
|---|---|
| org.neo4j.function |
| Modifier and Type | Method and Description |
|---|---|
static <T> Consumer<T> |
Consumers.noop() |
static <TYPE> Consumer<TYPE> |
Functions.swallow(Class<TYPE> type)
Deprecated.
use
Consumers.noop() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Function<T,Void> |
Functions.fromConsumer(Consumer<T> consumer) |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.