com.koushikdutta.async.future
Interface DependentFuture<T>

All Superinterfaces:
Cancellable, DependentCancellable, java.util.concurrent.Future<T>
All Known Implementing Classes:
SimpleFuture, TransformFuture

public interface DependentFuture<T>
extends Future<T>, DependentCancellable


Method Summary
 
Methods inherited from interface com.koushikdutta.async.future.Future
setCallback
 
Methods inherited from interface java.util.concurrent.Future
cancel, get, get, isCancelled, isDone
 
Methods inherited from interface com.koushikdutta.async.future.DependentCancellable
setParent
 
Methods inherited from interface com.koushikdutta.async.future.Cancellable
cancel, isCancelled, isDone