| Modifier and Type | Method and Description |
|---|---|
static <Result,FailResponse> |
RSVP.allSettled(org.stjs.javascript.Array<Promise<Result,FailResponse>> promises)
Creates a new Promise that is fulfilled when all of the specified promises are either fulfilled or rejected.
|
static <Result,FailResponse> |
RSVP.hashSettled(org.stjs.javascript.Map<String,Promise<Result,FailResponse>> promises)
Creates a new Promise that is fulfilled when all of the specified promises are either fulfilled or rejected.
|
Copyright © 2015. All Rights Reserved.