Package org.jdeferred2.multiple
package org.jdeferred2.multiple
-
ClassDescriptionContains a list of
OneValue
.Progress indicating how many promises need to finish (MasterProgress.total
), and how many had already finish (invalid reference
#fulfilled
Contains a list ofOneResult
.MultipleResults2<V1,V2> Contains 2 results, typed V1, V2 wrapped inOneResult
.MultipleResults3<V1,V2, V3> Contains 3 results, typed V1, V2, V3 wrapped inOneResult
.MultipleResults4<V1,V2, V3, V4> Contains 4 results, typed V1, V2, V3, V4 wrapped inOneResult
.MultipleResults5<V1,V2, V3, V4, V5> Contains 5 results, typed V1, V2, V3, V4, V5 wrapped inOneResult
.MultipleResultsN<V1,V2, V3, V4, V5> Contains a list ofOneResult
, where the first 5 elements are of type V1, V2, V3, V4, V5.OneProgress<P>Progress update by one of thePromise
.OneReject<F>Progress fail by one of thePromise
.OneResult<D>Progress result by one of thePromise
.OneValue<T>