net.florianschoppmann.java.futures.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-futures Show documentation
Show all versions of java-futures Show documentation
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;