| Package | Description |
|---|---|
| org.neo4j.function |
| Modifier and Type | Method and Description |
|---|---|
static <T> Consumer<T> |
Consumers.noop()
Deprecated.
|
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)
Deprecated.
|
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.