Skip navigation links

@ParametersAreNonnullByDefault

Package com.spotify.futures

Extends the Java completable future API.

See: Description

Package com.spotify.futures Description

Extends the Java completable future API. The main entry point of this package is the CompletableFutures class, that contains useful static utility methods.

This package uses the convention that all method parameters are non-null by default, i.e. unless indicated by a @Nullable annotation.

Since:
0.1.0
Skip navigation links

Copyright © 2018 Spotify AB. All rights reserved.