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