Uses of Class
jsonvalues.future.JsArrayFuture
-
Packages that use JsArrayFuture Package Description jsonvalues.future -
-
Uses of JsArrayFuture in jsonvalues.future
Methods in jsonvalues.future that return JsArrayFuture Modifier and Type Method Description JsArrayFuture
JsArrayFuture. append(JsFuture<?> future)
static JsArrayFuture
JsArrayFuture. empty()
returns a JsArrayFuture that is completed returning the empty Json arrayJsArrayFuture
JsArrayFuture. executor(Executor executor)
the executor to use for the asynchronous operation assigned to this future.static JsArrayFuture
JsArrayFuture. tuple(JsFuture<?> head, JsFuture<?>... tail)
returns a JsArrayFuture from the given head and the tail
-