Class InsertMany<R>

  • All Implemented Interfaces:
    Function<jsonvalues.JsArray,​R>

    public class InsertMany<R>
    extends Object
    implements Function<jsonvalues.JsArray,​R>
    • Constructor Detail

      • InsertMany

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

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

      • apply

        public R apply​(jsonvalues.JsArray message)
        Specified by:
        apply in interface Function<jsonvalues.JsArray,​R>