Uses of Class
legolas.async.api.interfaces.Promise
-
Packages that use Promise Package Description legolas.async.api.interfaces legolas.runtime.core.interfaces -
-
Uses of Promise in legolas.async.api.interfaces
Methods in legolas.async.api.interfaces that return Promise Modifier and Type Method Description <T> Promise<T>Promises. add()<T> Promise<T>Promises. add(Supplier<T> supplier)Promise<Void>Promises. all()Promise<Object>Promises. any()static <T> Promise<T>Promise. create()static <T> Promise<T>Promise. create(Supplier<T> supplier)static <T> Promise<T>Promise. failed(Throwable throwable)static Promise<Void>Promise. succeeded()static <T> Promise<T>Promise. succeeded(T value) -
Uses of Promise in legolas.runtime.core.interfaces
Methods in legolas.runtime.core.interfaces that return Promise Modifier and Type Method Description Promise<RunningEnvironment>RuntimeEnvironment. start(ExecutorService executorService)Promise<RunningEnvironment>RuntimeEnvironment. start(ExecutorService executorService, Properties properties)
-