Uses of Package
org.jdeferred2.multiple
-
Packages that use org.jdeferred2.multiple Package Description org.jdeferred2 org.jdeferred2.impl org.jdeferred2.multiple -
Classes in org.jdeferred2.multiple used by org.jdeferred2 Class Description AllValues Contains a list ofOneValue
.MasterProgress Progress indicating how many promises need to finish (MasterProgress.total
), and how many had already finish (#fulfilled
).MultipleResults Contains a list ofOneResult
.MultipleResults2 Contains 2 results, typed V1, V2 wrapped inOneResult
.MultipleResults3 Contains 3 results, typed V1, V2, V3 wrapped inOneResult
.MultipleResults4 Contains 4 results, typed V1, V2, V3, V4 wrapped inOneResult
.MultipleResults5 Contains 5 results, typed V1, V2, V3, V4, V5 wrapped inOneResult
.MultipleResultsN Contains a list ofOneResult
, where the first 5 elements are of type V1, V2, V3, V4, V5.OneReject Progress fail by one of thePromise
.OneResult Progress result by one of thePromise
. -
Classes in org.jdeferred2.multiple used by org.jdeferred2.impl Class Description AllValues Contains a list ofOneValue
.MasterProgress Progress indicating how many promises need to finish (MasterProgress.total
), and how many had already finish (#fulfilled
).MultipleResults Contains a list ofOneResult
.MultipleResults2 Contains 2 results, typed V1, V2 wrapped inOneResult
.MultipleResults3 Contains 3 results, typed V1, V2, V3 wrapped inOneResult
.MultipleResults4 Contains 4 results, typed V1, V2, V3, V4 wrapped inOneResult
.MultipleResults5 Contains 5 results, typed V1, V2, V3, V4, V5 wrapped inOneResult
.MultipleResultsN Contains a list ofOneResult
, where the first 5 elements are of type V1, V2, V3, V4, V5.OneReject Progress fail by one of thePromise
.OneResult Progress result by one of thePromise
.OneValue -
Classes in org.jdeferred2.multiple used by org.jdeferred2.multiple Class Description AbstractOneValue MasterProgress Progress indicating how many promises need to finish (MasterProgress.total
), and how many had already finish (#fulfilled
).MultipleResults Contains a list ofOneResult
.OneResult Progress result by one of thePromise
.OneValue