public interface PromiseManager
Modifier and Type | Method and Description |
---|---|
<D,F,P> org.jdeferred.Deferred<D,F,P> |
clearDeferredFor(Action action) |
<D,F,P> org.jdeferred.Deferred<D,F,P> |
deferredFor(Action action) |
<D,F,P> RecordingPromise<D,F,P> |
promiseFor(Action action) |
@Nonnull <D,F,P> RecordingPromise<D,F,P> promiseFor(@Nonnull Action action)