java.lang.Object
vertx.mongodb.effect.functions.DeleteOne<O>
- All Implemented Interfaces:
BiFunction<io.vertx.core.MultiMap,,jsonvalues.JsObj, vertx.effect.VIO<O>> vertx.effect.Lambdac<jsonvalues.JsObj,O>
-
Field Summary
Fields inherited from interface vertx.effect.Lambdac
empty -
Constructor Summary
ConstructorsConstructorDescriptionDeleteOne(Supplier<com.mongodb.client.MongoCollection<jsonvalues.JsObj>> collectionSupplier, Function<com.mongodb.client.result.DeleteResult, O> resultConverter) DeleteOne(Supplier<com.mongodb.client.MongoCollection<jsonvalues.JsObj>> collectionSupplier, Function<com.mongodb.client.result.DeleteResult, O> resultConverter, com.mongodb.client.model.DeleteOptions options) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThenMethods inherited from interface vertx.effect.Lambdac
apply, apply, compose, then
-
Constructor Details
-
DeleteOne
-
DeleteOne
-
-
Method Details
-
apply
- Specified by:
applyin interfaceBiFunction<io.vertx.core.MultiMap,jsonvalues.JsObj, vertx.effect.VIO<O>>
-