Package org.jdeferred2.multiple
Interface MultipleResultsN<V1,V2,V3,V4,V5>
-
- All Superinterfaces:
java.lang.Iterable<OneResult<?>>
,MultipleResults
- All Known Implementing Classes:
MutableMultipleResultsN
public interface MultipleResultsN<V1,V2,V3,V4,V5> extends MultipleResults
Contains a list ofOneResult
, where the first 5 elements are of type V1, V2, V3, V4, V5.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OneResult<V5>
getFifth()
OneResult<V1>
getFirst()
OneResult<V4>
getFourth()
OneResult<V2>
getSecond()
OneResult<V3>
getThird()
-
Methods inherited from interface org.jdeferred2.multiple.MultipleResults
get, size
-
-