Package org.jdeferred2.multiple
Interface MultipleResults3<V1,V2,V3>
-
- All Superinterfaces:
java.lang.Iterable<OneResult<?>>
,MultipleResults
- All Known Implementing Classes:
MutableMultipleResults3
public interface MultipleResults3<V1,V2,V3> extends MultipleResults
Contains 3 results, typed V1, V2, V3 wrapped inOneResult
.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OneResult<V1>
getFirst()
OneResult<V2>
getSecond()
OneResult<V3>
getThird()
-
Methods inherited from interface org.jdeferred2.multiple.MultipleResults
get, size
-
-