Package actors.future

Class JsFuturePair


  • public class JsFuturePair
    extends Object
    represents a pair which first element is a path and second element is a future of a JsValue
    • Method Detail

      • pair

        public static JsFuturePair pair​(String key,
                                        io.vertx.core.Future<jsonvalues.JsValue> value)
      • pair

        public static JsFuturePair pair​(jsonvalues.JsPath path,
                                        io.vertx.core.Future<jsonvalues.JsValue> value)