Class UpdateMany<O>

java.lang.Object
vertx.mongodb.effect.functions.UpdateMany<O>
All Implemented Interfaces:
BiFunction<io.vertx.core.MultiMap,UpdateMessage,vertx.effect.VIO<O>>, vertx.effect.Lambdac<UpdateMessage,O>

public class UpdateMany<O> extends Object implements vertx.effect.Lambdac<UpdateMessage,O>
  • Field Summary

    Fields inherited from interface vertx.effect.Lambdac

    empty
  • 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

    Modifier and Type
    Method
    Description
    vertx.effect.VIO<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

    Methods inherited from interface vertx.effect.Lambdac

    apply, apply, compose, then
  • Constructor Details

    • UpdateMany

      public UpdateMany(Supplier<com.mongodb.client.MongoCollection<jsonvalues.JsObj>> collectionSupplier, Function<com.mongodb.client.result.UpdateResult,O> resultConverter)
    • UpdateMany

      public UpdateMany(Supplier<com.mongodb.client.MongoCollection<jsonvalues.JsObj>> collectionSupplier, Function<com.mongodb.client.result.UpdateResult,O> resultConverter, com.mongodb.client.model.UpdateOptions options)
  • Method Details