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