Uses of Class
io.vertx.mutiny.core.Promise
-
Packages that use Promise Package Description io.vertx.mutiny.core -
-
Uses of Promise in io.vertx.mutiny.core
Fields in io.vertx.mutiny.core with type parameters of type Promise Modifier and Type Field Description static io.smallrye.mutiny.vertx.TypeArg<Promise>Promise. __TYPE_ARGMethods in io.vertx.mutiny.core that return Promise Modifier and Type Method Description static <T> Promise<T>Promise. newInstance(io.vertx.core.Promise arg)static <T> Promise<T>Promise. newInstance(io.vertx.core.Promise arg, io.smallrye.mutiny.vertx.TypeArg<T> __typeArg_T)static <T> Promise<T>Promise. promise()
-