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