Send feedback
Class ApiFutures (2.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.5.0 keyboard_arrow_down
public final class ApiFutures
Static utility methods for the ApiFuture interface.
Static 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
Send feedback
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 2024-11-06 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]