Package vertx.mongodb.effect.functions
Class InsertMany<R>
- java.lang.Object
-
- vertx.mongodb.effect.functions.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>
-
-
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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description vertx.effect.Val<R>
apply(io.vertx.core.MultiMap context, jsonvalues.JsArray 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<R> apply(io.vertx.core.MultiMap context, jsonvalues.JsArray message)
- Specified by:
apply
in interfaceBiFunction<io.vertx.core.MultiMap,jsonvalues.JsArray,vertx.effect.Val<R>>
-
-