Package org.jdeferred2.multiple
Interface MultipleResultsN<V1,V2,V3,V4,V5>
- All Superinterfaces:
Iterable<OneResult<?>>
,MultipleResults
- All Known Implementing Classes:
MutableMultipleResultsN
Contains a list of
OneResult
, where the first 5 elements are of type V1, V2, V3, V4, V5.- Since:
- 2.0
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface org.jdeferred2.multiple.MultipleResults
get, size
-
Method Details
-
getFirst
-
getSecond
-
getThird
-
getFourth
-
getFifth
-