Package org.jdeferred2.multiple
Class OneResult<D>
- java.lang.Object
-
- org.jdeferred2.multiple.AbstractOneValue<D>
-
- org.jdeferred2.multiple.OneResult<D>
-
- All Implemented Interfaces:
OneValue<D>
public class OneResult<D> extends AbstractOneValue<D>
Progress result by one of thePromise
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Promise<D,?,?>
getPromise()
D
getResult()
D
getValue()
java.lang.String
toString()
-
Methods inherited from class org.jdeferred2.multiple.AbstractOneValue
getIndex
-
-