A  C  D  E  F  G  H  I  O  R  S  T 

G

get() - function in com.naver.ads.deferred.CallableDeferredNode
Waits If necessary for the computation to complete, and then retrieves its result.
get(java.lang.Long,java.util.concurrent.TimeUnit) - function in com.naver.ads.deferred.CallableDeferredNode
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result.
getBACKGROUND_EXECUTOR() - function in com.naver.ads.deferred.DeferredExecutors
An Executor that executes Deferreds in parallel.
getCancellationToken() - function in com.naver.ads.deferred.DeferredNodeItem
the cancellationToken to cancel this item.
getDeferred() - function in com.naver.ads.deferred.DeferredCompletionSource
Returns the Deferred associated with this DeferredCompletionSource
getException() - function in com.naver.ads.deferred.Deferred
 
getIMMEDIATE_EXECUTOR() - function in com.naver.ads.deferred.DeferredExecutors
An Executor that executes Deferreds immediately (synchronously) when it is submitted.
getResult() - function in com.naver.ads.deferred.Deferred
 
getRunnable() - function in com.naver.ads.deferred.CallableDeferredNode
Returns the underlying task.
getRunnable() - function in com.naver.ads.deferred.DeferredExecutors.BackgroundDeferredNode
Returns the underlying task.
getRunnable() - function in com.naver.ads.deferred.DeferredNode
Returns the underlying task.
getToken() - function in com.naver.ads.deferred.CancellationTokenSource
 
getUI_THREAD_EXECUTOR() - function in com.naver.ads.deferred.DeferredExecutors
An Executor that executes Deferreds on the UI thread.
A  C  D  E  F  G  H  I  O  R  S  T