Uses of Class
org.forgerock.util.promise.Promises.Results
- 
Packages that use Promises.Results Package Description org.forgerock.util.promise An implementation of thePromiseAPI in Java. - 
- 
Uses of Promises.Results in org.forgerock.util.promise
Methods in org.forgerock.util.promise that return types with arguments of type Promises.Results Modifier and Type Method Description static Promise<Promises.Results,Exception>Promises. join(List<Promise<?,? extends Exception>> promises)Returns aPromisewhich will be completed once all of the provided promises have succeeded, or as soon as one of them fails.static Promise<Promises.Results,Exception>Promises. join(Promise<?,? extends Exception>... promises)Returns aPromisewhich will be completed once all of the provided promises have succeeded, or as soon as one of them fails. 
 -