public class JQueryGenericPromise<T> extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier | Constructor and Description |
---|---|
protected |
JQueryGenericPromise(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static JQueryGenericPromise |
$as(Object obj) |
JQueryPromise<Void> |
then(Function.A2<? super T,? super Array<Object>,? extends Void> doneFilter)
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
|
JQueryPromise<Void> |
then(Function.A2<? super T,? super Array<Object>,? extends Void> doneFilter,
Function.A1<? super Array<Object>,? extends Object> failFilter)
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
|
JQueryPromise<Void> |
then(Function.A2<? super T,? super Array<Object>,? extends Void> doneFilter,
Function.A1<? super Array<Object>,? extends Object> failFilter,
Function.A1<? super Array<Object>,? extends Object> progressFilter)
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
|
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
protected JQueryGenericPromise(Objs.Constructor<?> c, Object js)
public static JQueryGenericPromise $as(Object obj)
public JQueryPromise<Void> then(Function.A2<? super T,? super Array<Object>,? extends Void> doneFilter, Function.A1<? super Array<Object>,? extends Object> failFilter, Function.A1<? super Array<Object>,? extends Object> progressFilter)
doneFilter
- A function that is called when the Deferred is resolved.failFilter
- An optional function that is called when the Deferred is rejected.public JQueryPromise<Void> then(Function.A2<? super T,? super Array<Object>,? extends Void> doneFilter)
doneFilter
- A function that is called when the Deferred is resolved.failFilter
- An optional function that is called when the Deferred is rejected.public JQueryPromise<Void> then(Function.A2<? super T,? super Array<Object>,? extends Void> doneFilter, Function.A1<? super Array<Object>,? extends Object> failFilter)
doneFilter
- A function that is called when the Deferred is resolved.failFilter
- An optional function that is called when the Deferred is rejected.Copyright © 2018. All rights reserved.