JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Deprecated API
Contents
Methods
Constructors
Deprecated Methods
Method
Description
dev.webfx.platform.async.CompositeFuture.onComplete
(Handler<AsyncResult<CompositeFuture>>)
instead use
Future.join(List)
dev.webfx.platform.async.Future.eventually
(Function<Void, Future<U>>)
instead use
Future.eventually(Supplier)
, this method will be removed in Vert.x 5
Deprecated Constructors
Constructor
Description
dev.webfx.platform.ast.json.parser.javacup.JavaCupJsonParser()
dev.webfx.platform.ast.json.parser.javacup.JavaCupJsonParser
(Scanner)
dev.webfx.platform.ast.yaml.parser.javacup.JavaCupYamlParser()
dev.webfx.platform.ast.yaml.parser.javacup.JavaCupYamlParser
(Scanner)
Future.join(List)