Class DeferredPromiseImpl.ChainImpl

java.lang.Object
org.osgi.util.promise.DeferredPromiseImpl.ChainImpl
All Implemented Interfaces:
Runnable, PromiseImpl.InlineCallback, PromiseImpl.Result<T>
Enclosing class:
DeferredPromiseImpl<T>

private final class DeferredPromiseImpl.ChainImpl extends Object implements Runnable, PromiseImpl.InlineCallback, PromiseImpl.Result<T>
A callback used to resolve the chained Promise when the PromiseImpl is resolved.