Packages

package future

Type Members

  1. class NameableCompletableFuture extends AnyRef

    Naming API for CompletableFuture.

  2. class NameableCompletionStage[T] extends CompletionStage[T]

    Naming API for CompletionStage.

    Naming API for CompletionStage.

    Note: all methods for NameableCompletionStage return a new NameableCompletionStage for fluent naming API. NameableCompletionStage is a CompletionStage, so can be passed on as is.

Ungrouped