Uses of Interface
org.jdeferred2.multiple.OneValue
-
Packages that use OneValue Package Description org.jdeferred2.impl org.jdeferred2.multiple -
-
Uses of OneValue in org.jdeferred2.impl
Fields in org.jdeferred2.impl with type parameters of type OneValue Modifier and Type Field Description protected java.util.List<OneValue<?>>
DefaultAllValues. values
Methods in org.jdeferred2.impl that return OneValue Modifier and Type Method Description OneValue<?>
DefaultAllValues. get(int index)
Methods in org.jdeferred2.impl that return types with arguments of type OneValue Modifier and Type Method Description java.util.Iterator<OneValue<?>>
DefaultAllValues. iterator()
Methods in org.jdeferred2.impl with parameters of type OneValue Modifier and Type Method Description void
DefaultMutableAllValues. set(int index, OneValue<?> reject)
void
MutableAllValues. set(int index, OneValue<?> result)
-
Uses of OneValue in org.jdeferred2.multiple
Classes in org.jdeferred2.multiple that implement OneValue Modifier and Type Class Description (package private) class
AbstractOneValue<T>
class
OneProgress<P>
Progress update by one of thePromise
.class
OneReject<F>
Progress fail by one of thePromise
.class
OneResult<D>
Progress result by one of thePromise
.Methods in org.jdeferred2.multiple that return OneValue Modifier and Type Method Description OneValue<?>
AllValues. get(int index)
-