java.lang.Object
vertx.mongodb.effect.functions.FindOne
- All Implemented Interfaces:
BiFunction<io.vertx.core.MultiMap,,FindMessage, vertx.effect.VIO<jsonvalues.JsObj>> vertx.effect.Lambdac<FindMessage,jsonvalues.JsObj>
-
Field Summary
Fields inherited from interface vertx.effect.Lambdac
empty -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvertx.effect.VIO<jsonvalues.JsObj>apply(io.vertx.core.MultiMap context, FindMessage message) 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
-
FindOne
-
-
Method Details
-
apply
public vertx.effect.VIO<jsonvalues.JsObj> apply(io.vertx.core.MultiMap context, FindMessage message) - Specified by:
applyin interfaceBiFunction<io.vertx.core.MultiMap,FindMessage, vertx.effect.VIO<O>>
-