All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.florianschoppmann.java.futures.package-info Maven / Gradle / Ivy

Go to download

Bridge gaps and help overcome inconveniences with CompletableFuture. This module includes, among other features, methods to collect the results of multiple futures into a list, provides equivalent alternatives to CompletableFuture’s monadic methods (thenApply, thenCompose, etc.) that can deal with checked exceptions, and methods for asynchronous “try-with-resources” constructs.

The newest version!
/**
 * Classes and interfaces that make {@link java.util.concurrent.CompletionStage} and
 * {@link java.util.concurrent.CompletableFuture} most useful.
 */
@NonNullByDefault
package net.florianschoppmann.java.futures;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy