Static methods

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

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

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