Class PromiseFactory.All<T, S extends T>
java.lang.Object
org.osgi.util.promise.PromiseFactory.All<T,S>
- All Implemented Interfaces:
Runnable, PromiseImpl.InlineCallback
- Enclosing class:
PromiseFactory
private static final class PromiseFactory.All<T, S extends T>
extends Object
implements Runnable, PromiseImpl.InlineCallback
A callback used to resolve the specified Promise when the specified list
of Promises are resolved for the
PromiseFactory.all(Collection)
method.- Since:
- 1.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final DeferredPromiseImpl<List<T>> private final AtomicInteger -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
chained
-
promises
-
promiseCount
-
-
Constructor Details
-
All
-
-
Method Details
-
run
-