public class ITimeoutService extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier | Constructor and Description |
---|---|
protected |
ITimeoutService(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
IPromise<Void> |
$apply() |
IPromise<Void> |
$apply(double delay) |
IPromise<Void> |
$apply(double delay,
Boolean invokeApply) |
<T> IPromise<T> |
$apply(Function.A1<? super Array<Object>,? extends T> fn,
double delay) |
<T> IPromise<T> |
$apply(Function.A1<? super Array<Object>,? extends T> fn,
double delay,
Boolean invokeApply) |
<T> IPromise<T> |
$apply(Function.A1<? super Array<Object>,? extends T> fn,
double delay,
Boolean invokeApply,
Object... args) |
static ITimeoutService |
$as(Object obj) |
Boolean |
cancel() |
Boolean |
cancel(IPromise<Object> promise) |
$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 ITimeoutService(Objs.Constructor<?> c, Object js)
public static ITimeoutService $as(Object obj)
public <T> IPromise<T> $apply(Function.A1<? super Array<Object>,? extends T> fn, double delay, Boolean invokeApply, Object... args)
public <T> IPromise<T> $apply(Function.A1<? super Array<Object>,? extends T> fn, double delay)
public <T> IPromise<T> $apply(Function.A1<? super Array<Object>,? extends T> fn, double delay, Boolean invokeApply)
public Boolean cancel()
Copyright © 2018. All rights reserved.