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