java.lang.Object
vertx.mongodb.effect.functions.Aggregate<O>
- All Implemented Interfaces:
BiFunction<io.vertx.core.MultiMap,,jsonvalues.JsArray, vertx.effect.VIO<O>> vertx.effect.Lambdac<jsonvalues.JsArray,O>
public final class Aggregate<O>
extends Object
implements vertx.effect.Lambdac<jsonvalues.JsArray,O>
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Supplier<com.mongodb.client.MongoCollection<jsonvalues.JsObj>>Fields inherited from interface vertx.effect.Lambdac
empty -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThenMethods inherited from interface vertx.effect.Lambdac
apply, apply, compose, then
-
Field Details
-
resultConverter
-
collectionSupplier
-
-
Constructor Details
-
Aggregate
-
-
Method Details
-
apply
- Specified by:
applyin interfaceBiFunction<io.vertx.core.MultiMap,jsonvalues.JsArray, vertx.effect.VIO<O>>
-