Package org.jdeferred2.multiple
Interface MultipleResults5<V1,V2,V3,V4,V5>
-
- All Superinterfaces:
java.lang.Iterable<OneResult<?>>,MultipleResults
- All Known Implementing Classes:
MutableMultipleResults5
public interface MultipleResults5<V1,V2,V3,V4,V5> extends MultipleResults
Contains 5 results, typed V1, V2, V3, V4, V5 wrapped inOneResult.- 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
-
-