promise-apply-spec
Reduce a data structure containing promises to a promise of the data structure containing the resolved values.
Reduce a data structure containing promises to a promise of the data structure containing the resolved values.
Takes a function and spreads its arguments across a chain of functions to be lazily evaluated, a la the Builder Pattern.