private final class DeferredPromiseImpl.ChainImpl
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
private PromiseImpl<T> |
promise |
| Constructor and Description |
|---|
ChainImpl(PromiseImpl<T> promise) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
private final PromiseImpl<T> promise
ChainImpl(PromiseImpl<T> promise)