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