Static methods

staticjoin<T1, T2, T3, T4, T5, T6> (p1:Promise<Tuple5<T1, T2, T3, T4, T5>>, p2:Promise<T6>):Promise<Tuple6<T1, T2, T3, T4, T5, T6>>

staticmapTuple<T1, T2, T3, T4, T5, TOut> (promise:Promise<Tuple5<T1, T2, T3, T4, T5>>, success:T1 ‑> T2 ‑> T3 ‑> T4 ‑> T5 ‑> TOut):Promise<TOut>

staticmapTuplePromise<T1, T2, T3, T4, T5, TOut> (promise:Promise<Tuple5<T1, T2, T3, T4, T5>>, success:T1 ‑> T2 ‑> T3 ‑> T4 ‑> T5 ‑> Promise<TOut>):Promise<TOut>

statictuple<T1, T2, T3, T4, T5> (promise:Promise<Tuple5<T1, T2, T3, T4, T5>>, success:T1 ‑> T2 ‑> T3 ‑> T4 ‑> T5 ‑> Void, ?failure:Error ‑> Void):Promise<Tuple5<T1, T2, T3, T4, T5>>