Last Version

Java Futures 1.1.0

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.

License

License

Categories

Categories

Java Languages Net
GroupId

GroupId

net.florianschoppmann.java
ArtifactId

ArtifactId

java-futures
Version

Version

1.1.0
Type

Type

jar
Description

Description

Java Futures
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.
Project URL

Project URL

https://github.com/fschopp/java-futures
Source Code Management

Source Code Management

https://github.com/fschopp/java-futures

Download java-futures 1.1.0


<!-- https://jarcasting.com/artifacts/net.florianschoppmann.java/java-futures/ -->
<dependency>
    <groupId>net.florianschoppmann.java</groupId>
    <artifactId>java-futures</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.florianschoppmann.java/java-futures/
implementation 'net.florianschoppmann.java:java-futures:1.1.0'
// https://jarcasting.com/artifacts/net.florianschoppmann.java/java-futures/
implementation ("net.florianschoppmann.java:java-futures:1.1.0")
'net.florianschoppmann.java:java-futures:jar:1.1.0'
<dependency org="net.florianschoppmann.java" name="java-futures" rev="1.1.0">
  <artifact name="java-futures" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.florianschoppmann.java', module='java-futures', version='1.1.0')
)
libraryDependencies += "net.florianschoppmann.java" % "java-futures" % "1.1.0"
[net.florianschoppmann.java/java-futures "1.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 Optional jar 3.0.1

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.9.10

Project Modules

There are no modules declared in this project.