R/generics.R
resolvePromise.Rd
Resolve a Promise
resolvePromise(object, ...) # Default S3 method resolvePromise(object, ...)
(ANY) an object to resolve.
ANY
(ANY) additional arguments.
If object is not a promise will just return itself else will resolve the promise and return the promised object.
object