Package dev.webfx.platform.async
package dev.webfx.platform.async
-
ClassDescriptionAsyncBiFunction<T,
U, R> A functional interface for asynchronous operations that take two arguments and return a future result.AsyncFunction<A,R> A functional interface for asynchronous operations that take one argument and return a future result.AsyncResult<T>Encapsulates the result of an asynchronous operation.Batch<A>The composite future wraps a list offutures
, it is useful when several futures needs to be coordinated.Future<T>Represents the result of an action that may, or may not, have occurred yet.Handler<E>A generic event handler.Promise<T>Represents the writable side of an action that may, or may not, have occurred yet.This class can be used for simple handlers which don't receive any value.