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

private static final class PromiseFactory.All<T,S extends T> extends Object implements Runnable
A callback used to resolve the specified Promise when the specified list of Promises are resolved for the PromiseFactory.all(Collection) method.