A
C
D
E
F
G
H
I
O
R
S
T
C
- call() - function in com.naver.ads.deferred.CallableDeferredNode
- Computes a result.
- call() - function in com.naver.ads.deferred.DeferredExecutors.BackgroundDeferredNode
- call(java.util.concurrent.Callable,java.util.concurrent.Executor) - function in com.naver.ads.deferred.Deferrer
- Invokes the callable using the given executor, returning a Deferred to represent the operation.
- call(java.util.concurrent.Callable) - function in com.naver.ads.deferred.Deferrer
- Invokes the callable using the given executor, returning a Deferred to represent the operation.
- CallableDeferredNode - class in com.naver.ads.deferred
- An implementation of DeferredNode that implements Callable.
- callInBackground(java.util.concurrent.Callable) - function in com.naver.ads.deferred.Deferrer
- Invokes the callable on a background thread, returning a Deferred to represent the operation.
- cancel() - function in com.naver.ads.deferred.CancellationTokenSource
- Cancels the runnable if it has not already been cancelled.
- CanceledCallback - class in com.naver.ads.deferred
- Listener called when a Deferred is cancelled.
- CancellationToken - class in com.naver.ads.deferred
- Propagates notification that operations should be canceled.
- CancellationTokenSource - class in com.naver.ads.deferred
- Propagates notification that operations should be canceled.
- com.naver.ads.deferred - package com.naver.ads.deferred
- CompleteCallback - class in com.naver.ads.deferred
- Listener called when a Deferred completes.
- Continuation - class in com.naver.ads.deferred
- A Functional interface to be called after a deferred completes.
- continueWith(com.naver.ads.deferred.Continuation,java.util.concurrent.Executor) - function in com.naver.ads.deferred.Deferred
- continueWithDeferred(com.naver.ads.deferred.Continuation,java.util.concurrent.Executor) - function in com.naver.ads.deferred.Deferred
- continueWithDeferredInBackground(com.naver.ads.deferred.Continuation) - function in com.naver.ads.deferred.Deferred
- continueWithInBackground(com.naver.ads.deferred.Continuation) - function in com.naver.ads.deferred.Deferred