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, wait
Methods inherited from interface java.util.function.BiFunction
andThen
Methods inherited from interface vertx.effect.Lambdac
apply, apply, compose, then
-
Constructor Details
-
DeleteOne
-
DeleteOne
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceBiFunction<io.vertx.core.MultiMap,
jsonvalues.JsObj, vertx.effect.VIO<O>>
-