public final class Util extends Object
Modifier and Type | Method and Description |
---|---|
static <T> com.google.common.util.concurrent.ListenableFuture<T> |
asFuture(CompletionStage<T> stage) |
static <T> CompletionStage<T> |
asStage(com.google.common.util.concurrent.ListenableFuture<T> future) |
public static <T> CompletionStage<T> asStage(com.google.common.util.concurrent.ListenableFuture<T> future)
public static <T> com.google.common.util.concurrent.ListenableFuture<T> asFuture(CompletionStage<T> stage)
Copyright © 2016. All rights reserved.