Package com.spotify.futures


@ParametersAreNonnullByDefault package com.spotify.futures
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