public class IHttpPromise<T> extends IPromise<IHttpPromiseCallbackArg<T>>
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier | Constructor and Description |
---|---|
protected |
IHttpPromise(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static IHttpPromise |
$as(Object obj) |
IHttpPromise<T> |
error(IHttpPromiseCallback<Object> callback)
Deprecated.
|
IHttpPromise<T> |
success(IHttpPromiseCallback<T> callback)
Deprecated.
|
$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 IHttpPromise(Objs.Constructor<?> c, Object js)
public static IHttpPromise $as(Object obj)
public IHttpPromise<T> error(IHttpPromiseCallback<Object> callback)
public IHttpPromise<T> success(IHttpPromiseCallback<T> callback)
Copyright © 2018. All rights reserved.