@FunctionalInterface public interface Neo4jConsumer<T extends Neo4j<T>>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T value)
Configure a pre-constructed instance of Neo4j resource
|
default Neo4jConsumer<T> |
andThen(Neo4jConsumer<T> after) |
void accept(T value)
default Neo4jConsumer<T> andThen(Neo4jConsumer<T> after)
Copyright © 2020 JBoss by Red Hat. All rights reserved.