Class FindOne

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>

public class FindOne extends Object
  • Field Summary

    Fields inherited from interface vertx.effect.Lambdac

    empty
  • Constructor Summary

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

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

    Methods inherited from interface java.util.function.BiFunction

    andThen

    Methods inherited from interface vertx.effect.Lambdac

    apply, apply, compose, then
  • Constructor Details

    • FindOne

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

    • apply

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