public class SpannerApiFutures extends Object
Constructor and Description |
---|
SpannerApiFutures() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
get(com.google.api.core.ApiFuture<T> future) |
static <T> T |
getOrNull(com.google.api.core.ApiFuture<T> future) |
public static <T> T get(com.google.api.core.ApiFuture<T> future) throws SpannerException
SpannerException
public static <T> T getOrNull(com.google.api.core.ApiFuture<T> future) throws SpannerException
SpannerException
Copyright © 2022 Google LLC. All rights reserved.