Package vertx.mongodb.effect.functions
Class UpdateMany<O>
- java.lang.Object
-
- vertx.mongodb.effect.functions.UpdateMany<O>
-
- All Implemented Interfaces:
BiFunction<io.vertx.core.MultiMap,UpdateMessage,vertx.effect.Val<O>>
,vertx.effect.λc<UpdateMessage,O>
public class UpdateMany<O> extends Object implements vertx.effect.λc<UpdateMessage,O>
-
-
Constructor Summary
Constructors Constructor Description UpdateMany(Supplier<com.mongodb.client.MongoCollection<jsonvalues.JsObj>> collectionSupplier, Function<com.mongodb.client.result.UpdateResult,O> resultConverter)
UpdateMany(Supplier<com.mongodb.client.MongoCollection<jsonvalues.JsObj>> collectionSupplier, Function<com.mongodb.client.result.UpdateResult,O> resultConverter, com.mongodb.client.model.UpdateOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description vertx.effect.Val<O>
apply(io.vertx.core.MultiMap context, UpdateMessage message)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Method Detail
-
apply
public vertx.effect.Val<O> apply(io.vertx.core.MultiMap context, UpdateMessage message)
- Specified by:
apply
in interfaceBiFunction<io.vertx.core.MultiMap,UpdateMessage,vertx.effect.Val<O>>
-
-