Class ApiFutures (2.1.2)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 2.1.2keyboard_arrow_down
public final class ApiFutures
Static utility methods for the ApiFuture interface.
Methods
public static ApiFuture<O> <I , O>transformAsync ( ApiFuture<I> input , ApiAsyncFunction<I , O > function )
Parameters
Returns
public static ApiFuture<O> <I , O>transformAsync ( ApiFuture<I> input , ApiAsyncFunction<I , O > function , Executor executor )
Parameters
Returns
<V,X>catching(ApiFuture<? extends V> input, Class<X> exceptionType, ApiFunction<? super X,? extends V> callback)
public static ApiFuture<V> <V , X>catching ( ApiFuture <? extends V > input , Class<X> exceptionType , ApiFunction <? super X , ? extends V > callback )
Parameters
Returns
<V,X>catching(ApiFuture<? extends V> input, Class<X> exceptionType, ApiFunction<? super X,? extends V> callback, Executor executor)
public static ApiFuture<V> <V , X>catching ( ApiFuture <? extends V > input , Class<X> exceptionType , ApiFunction <? super X , ? extends V > callback , Executor executor )
Parameters
Returns
<V,X>catchingAsync(ApiFuture<V> input, Class<X> exceptionType, ApiAsyncFunction<? super X,V> callback, Executor executor)
public static ApiFuture<V> <V , X>catchingAsync ( ApiFuture<V> input , Class<X> exceptionType , ApiAsyncFunction <? super X , V > callback , Executor executor )
Parameters
Returns
public static ApiFuture<X> <V , X>transform ( ApiFuture <? extends V > input , ApiFunction <? super V , ? extends X > function )
Parameters
Returns
public static ApiFuture<X> <V , X>transform ( ApiFuture <? extends V > input , ApiFunction <? super V , ? extends X > function , Executor executor )
Parameters
Returns
<V>addCallback(ApiFuture<V> future, ApiFutureCallback<? super V> callback)
public static void <V>addCallback ( ApiFuture<V> future , ApiFutureCallback <? super V > callback )
Parameters
<V>addCallback(ApiFuture<V> future, ApiFutureCallback<? super V> callback, Executor executor)
public static void <V>addCallback ( ApiFuture<V> future , ApiFutureCallback <? super V > callback , Executor executor )
Parameters
<V>allAsList(Iterable<? extends ApiFuture<? extends V>> futures)
public static ApiFuture<List<V> > <V>allAsList ( Iterable <? extends ApiFuture <? extends V >> futures )
Parameter
Name
Description
futures
Iterable <? extends com.google.api.core.ApiFuture <? extends V >>
Returns
public static ApiFuture<V> <V>immediateCancelledFuture ()
Returns
public static ApiFuture<V> <V>immediateFailedFuture ( Throwable throwable )
Parameter
Returns
public static ApiFuture<V> <V>immediateFuture ( V value )
Parameter
Returns
<V>successfulAsList(Iterable<? extends ApiFuture<? extends V>> futures)
public static ApiFuture<List<V> > <V>successfulAsList ( Iterable <? extends ApiFuture <? extends V >> futures )
Parameter
Name
Description
futures
Iterable <? extends com.google.api.core.ApiFuture <? extends V >>
Returns
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-01 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-01 UTC."],[],[]]