Class FindAll

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>

public class FindAll extends Object
  • Field Summary

    Fields inherited from interface vertx.effect.Lambdac

    empty
  • Constructor Summary

    Constructors
    Constructor
    Description
    FindAll(Supplier<com.mongodb.client.MongoCollection<jsonvalues.JsObj>> collectionSupplier)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    vertx.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

      public FindAll(Supplier<com.mongodb.client.MongoCollection<jsonvalues.JsObj>> collectionSupplier)
  • Method Details

    • apply

      public vertx.effect.VIO<jsonvalues.JsArray> apply(io.vertx.core.MultiMap context, FindMessage message)
      Specified by:
      apply in interface BiFunction<io.vertx.core.MultiMap,FindMessage,vertx.effect.VIO<O>>