JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.jdeferred2.multiple
OneValue
Contents
Description
Method Summary
Method Details
getIndex()
getValue()
Hide sidebar
Show sidebar
Interface OneValue<
T
>
All Known Implementing Classes:
OneProgress
,
OneReject
,
OneResult
public interface
OneValue<T>
Since:
2.0
Author:
Andres Almiray
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
getIndex
()
T
getValue
()
Method Details
getIndex
int
getIndex
()
getValue
T
getValue
()