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. valuesMethods 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 voidDefaultMutableAllValues. set(int index, OneValue<?> reject)voidMutableAllValues. 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) classAbstractOneValue<T>classOneProgress<P>Progress update by one of thePromise.classOneReject<F>Progress fail by one of thePromise.classOneResult<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)
-