Class InsertMany<R>

  • All Implemented Interfaces:
    BiFunction<io.vertx.core.MultiMap,​jsonvalues.JsArray,​vertx.effect.Val<R>>, vertx.effect.λc<jsonvalues.JsArray,​R>

    public class InsertMany<R>
    extends Object
    implements vertx.effect.λc<jsonvalues.JsArray,​R>
    • Field Summary

      • Fields inherited from interface vertx.effect.λc

        empty
    • Constructor Summary

      Constructors 
      Constructor Description
      InsertMany​(Supplier<com.mongodb.client.MongoCollection<jsonvalues.JsObj>> collectionSupplier, Function<com.mongodb.client.result.InsertManyResult,​R> resultConverter)  
      InsertMany​(Supplier<com.mongodb.client.MongoCollection<jsonvalues.JsObj>> collectionSupplier, Function<com.mongodb.client.result.InsertManyResult,​R> resultConverter, com.mongodb.client.model.InsertManyOptions options)  
    • Constructor Detail

      • InsertMany

        public InsertMany​(Supplier<com.mongodb.client.MongoCollection<jsonvalues.JsObj>> collectionSupplier,
                          Function<com.mongodb.client.result.InsertManyResult,​R> resultConverter)
      • InsertMany

        public InsertMany​(Supplier<com.mongodb.client.MongoCollection<jsonvalues.JsObj>> collectionSupplier,
                          Function<com.mongodb.client.result.InsertManyResult,​R> resultConverter,
                          com.mongodb.client.model.InsertManyOptions options)
    • Method Detail

      • apply

        public vertx.effect.Val<R> apply​(io.vertx.core.MultiMap context,
                                         jsonvalues.JsArray message)
        Specified by:
        apply in interface BiFunction<io.vertx.core.MultiMap,​jsonvalues.JsArray,​vertx.effect.Val<R>>