Modifier and Type | Class and Description |
---|---|
static class |
Union.A3<P1,P2,P3> |
static class |
Union.A4<P1,P2,P3,P4> |
static class |
Union.A5<P1,P2,P3,P4,P5> |
Modifier and Type | Method and Description |
---|---|
static <A,B> Union.A2<A,B> |
Union.$as(Object value,
Class<A> a,
Class<B> b)
Creates an union for provided value and list of known types.
|
Modifier and Type | Method and Description |
---|---|
<TResult> PromiseLike<TResult> |
PromiseLike.then(Function.A1<? super T,? extends Union.A2<TResult,PromiseLike<TResult>>> onfulfilled) |
<TResult> PromiseLike<TResult> |
PromiseLike.then(Function.A1<? super T,? extends Union.A2<TResult,PromiseLike<TResult>>> onfulfilled,
Function.A1<? super Object,? extends Void> onrejected) |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Union.A2<Boolean,Objs>> |
IDirective.bindToController
Deprecated.
Deprecation warning: although bindings for non-ES6 class controllers are currently bound to this before
the controller constructor is called, this use is now deprecated. Please place initialization code that
relies upon bindings inside a $onInit method on the controller, instead.
|
Objs.Property<Union.A2<IDirectiveLinkFn,IDirectivePrePost>> |
IDirective.link |
Objs.Property<Union.A2<String,Objs>> |
IHttpProviderDefaults.paramSerializer
A function used to the prepare string representation of request parameters (specified as an object).
|
Objs.Property<Function.A1<? super IRequestConfig,? extends Union.A2<IRequestConfig,IPromise<IRequestConfig>>>> |
IHttpInterceptor.request |
Objs.Property<Function.A1<? super IHttpPromiseCallbackArg<?>,? extends Union.A2<IPromise<IHttpPromiseCallbackArg<?>>,IHttpPromiseCallbackArg<?>>>> |
IHttpInterceptor.response |
Objs.Property<Union.A2<Boolean,Objs>> |
IDirective.scope |
Objs.Property<Union.A2<String,Function>> |
IDirective.template |
Objs.Property<Union.A2<String,Function>> |
IDirective.templateUrl |
Objs.Property<Union.A2<Number,IPromise<Object>>> |
IRequestShortcutConfig.timeout
Timeout in milliseconds, or promise that should abort the request when resolved.
|
Objs.Property<Union.A2<IHttpRequestTransformer,IHttpRequestTransformer[]>> |
IHttpProviderDefaults.transformRequest
Transform function or an array of such functions.
|
Objs.Property<Union.A2<IHttpResponseTransformer,IHttpResponseTransformer[]>> |
IHttpProviderDefaults.transformResponse
Transform function or an array of such functions.
|
Modifier and Type | Method and Description |
---|---|
Union.A2<Boolean,IHttpProvider> |
IHttpProvider.useLegacyPromiseExtensions(Boolean value) |
Modifier and Type | Method and Description |
---|---|
Function.A1<? super IRequestConfig,? extends Union.A2<IRequestConfig,IPromise<IRequestConfig>>> |
IHttpInterceptor.request() |
Function.A1<? super IHttpPromiseCallbackArg<?>,? extends Union.A2<IPromise<IHttpPromiseCallbackArg<?>>,IHttpPromiseCallbackArg<?>>> |
IHttpInterceptor.response() |
Modifier and Type | Method and Description |
---|---|
<TResult> IPromise<TResult> |
IPromise.then(Function.A1<? super T,? extends Union.A2<IPromise<TResult>,TResult>> successCallback)
Regardless of when the promise was or will be resolved or rejected, then calls one of the success or error callbacks asynchronously as soon as the result is available.
|
<TResult> IPromise<TResult> |
IPromise.then(Function.A1<? super T,? extends Union.A2<IPromise<TResult>,TResult>> successCallback,
Function.A1<? super Object,? extends Object> errorCallback)
Regardless of when the promise was or will be resolved or rejected, then calls one of the success or error callbacks asynchronously as soon as the result is available.
|
<TResult> IPromise<TResult> |
IPromise.then(Function.A1<? super T,? extends Union.A2<IPromise<TResult>,TResult>> successCallback,
Function.A1<? super Object,? extends Object> errorCallback,
Function.A1<? super Object,? extends Object> notifyCallback)
Regardless of when the promise was or will be resolved or rejected, then calls one of the success or error callbacks asynchronously as soon as the result is available.
|
Modifier and Type | Field and Description |
---|---|
static Union.A2<String,Boolean> |
Exports.offscreenBuffering |
static Union.A2<String,Number> |
Exports.orientation |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Union.A2<String,Number>> |
HTMLFrameElement.height
Sets or retrieves the height of the object.
|
Objs.Property<Union.A2<String,Boolean>> |
Window.offscreenBuffering |
Objs.Property<Union.A2<String,Number>> |
Window.orientation |
Objs.Property<Union.A2<String,Number>> |
HTMLFrameElement.width
Sets or retrieves the width of the object.
|
Modifier and Type | Method and Description |
---|---|
Union.A2<CanvasRenderingContext2D,WebGLRenderingContext> |
HTMLCanvasElement.getContext(String contextId,
Object... args) |
Modifier and Type | Method and Description |
---|---|
JQueryPromise<U> |
JQueryPromiseOperator.$apply(JQueryPromiseCallback<T>[] callback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> callbacksN) |
JQueryPromise<U> |
JQueryPromiseOperator.$apply(JQueryPromiseCallback<T> callback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> callbacksN) |
JQueryDeferred<T> |
JQueryDeferred.always(JQueryPromiseCallback<Object>[] alwaysCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> alwaysCallbacksN)
Add handlers to be called when the Deferred object is either resolved or rejected.
|
JQueryPromise<T> |
JQueryPromise.always(JQueryPromiseCallback<Object>[] alwaysCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> alwaysCallbacksN)
Add handlers to be called when the Deferred object is either resolved or rejected.
|
JQueryDeferred<T> |
JQueryDeferred.always(JQueryPromiseCallback<Object> alwaysCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> alwaysCallbacksN)
Add handlers to be called when the Deferred object is either resolved or rejected.
|
JQueryPromise<T> |
JQueryPromise.always(JQueryPromiseCallback<Object> alwaysCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> alwaysCallbacksN)
Add handlers to be called when the Deferred object is either resolved or rejected.
|
JQuery |
JQuery.attr(String attributeName,
Function.A2<? super Number,? super String,? extends Union.A2<String,Number>> func)
Set one or more attributes for the set of matched elements.
|
JQuery |
JQuery.css(String propertyName,
Function.A2<? super Number,? super String,? extends Union.A2<String,Number>> value)
Set one or more CSS properties for the set of matched elements.
|
JQueryDeferred<T> |
JQueryDeferred.done(JQueryPromiseCallback<T>[] doneCallback1,
Array<Union.A2<JQueryPromiseCallback<T>,JQueryPromiseCallback<T>[]>> doneCallbackN)
Add handlers to be called when the Deferred object is resolved.
|
JQueryPromise<T> |
JQueryPromise.done(JQueryPromiseCallback<T>[] doneCallback1,
Array<Union.A2<JQueryPromiseCallback<T>,JQueryPromiseCallback<T>[]>> doneCallbackN)
Add handlers to be called when the Deferred object is resolved.
|
JQueryDeferred<T> |
JQueryDeferred.done(JQueryPromiseCallback<T> doneCallback1,
Array<Union.A2<JQueryPromiseCallback<T>,JQueryPromiseCallback<T>[]>> doneCallbackN)
Add handlers to be called when the Deferred object is resolved.
|
JQueryPromise<T> |
JQueryPromise.done(JQueryPromiseCallback<T> doneCallback1,
Array<Union.A2<JQueryPromiseCallback<T>,JQueryPromiseCallback<T>[]>> doneCallbackN)
Add handlers to be called when the Deferred object is resolved.
|
JQueryDeferred<T> |
JQueryDeferred.fail(JQueryPromiseCallback<Object>[] failCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> failCallbacksN)
Add handlers to be called when the Deferred object is rejected.
|
JQueryPromise<T> |
JQueryPromise.fail(JQueryPromiseCallback<Object>[] failCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> failCallbacksN)
Add handlers to be called when the Deferred object is rejected.
|
JQueryDeferred<T> |
JQueryDeferred.fail(JQueryPromiseCallback<Object> failCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> failCallbacksN)
Add handlers to be called when the Deferred object is rejected.
|
JQueryPromise<T> |
JQueryPromise.fail(JQueryPromiseCallback<Object> failCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> failCallbacksN)
Add handlers to be called when the Deferred object is rejected.
|
JQuery |
JQuery.height(Function.A2<? super Number,? super Number,? extends Union.A2<Number,String>> func)
Set the CSS height of every matched element.
|
JQueryDeferred<T> |
JQueryDeferred.progress(JQueryPromiseCallback<Object>[] progressCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> progressCallbackN)
Add handlers to be called when the Deferred object generates progress notifications.
|
JQueryPromise<T> |
JQueryPromise.progress(JQueryPromiseCallback<Object>[] progressCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> progressCallbackN)
Add handlers to be called when the Deferred object generates progress notifications.
|
JQueryDeferred<T> |
JQueryDeferred.progress(JQueryPromiseCallback<Object> progressCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> progressCallbackN)
Add handlers to be called when the Deferred object generates progress notifications.
|
JQueryPromise<T> |
JQueryPromise.progress(JQueryPromiseCallback<Object> progressCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> progressCallbackN)
Add handlers to be called when the Deferred object generates progress notifications.
|
JQuery |
JQuery.replaceWith(Function.A0<? extends Union.A2<Element,JQuery>> func)
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
|
<T> JQueryPromise<T> |
JQueryStatic.when(Array<Union.A2<T,JQueryPromise<T>>> deferreds)
Provides a way to execute callback functions based on one or more objects, usually Deferred objects that represent asynchronous events.
|
JQuery |
JQuery.width(Function.A2<? super Number,? super Number,? extends Union.A2<Number,String>> func)
Set the CSS width of each element in the set of matched elements.
|
JQuery |
JQuery.wrap(Function.A1<? super Number,? extends Union.A2<String,JQuery>> func)
Wrap an HTML structure around each element in the set of matched elements.
|
Modifier and Type | Field and Description |
---|---|
Objs.Property<Union.A2<Object,KnockoutObservable<Object>>> |
KnockoutBindingContext.$rawData |
Objs.Property<Function.A5<? super Object,? super Function.A0<? extends Object>,? super KnockoutAllBindingsAccessor,? super Object,? super KnockoutBindingContext,? extends Union.A2<Void,Objs>>> |
KnockoutBindingHandler.init |
Modifier and Type | Method and Description |
---|---|
Function.A5<? super Object,? super Function.A0<? extends Object>,? super KnockoutAllBindingsAccessor,? super Object,? super KnockoutBindingContext,? extends Union.A2<Void,Objs>> |
KnockoutBindingHandler.init() |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Union.A2<String,Node>> |
TemplateElement.element |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Union.A2<Agent,Boolean>> |
RequestOptions.agent |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Union.A2<String,Buffer>> |
SpawnSyncOptions.input |
Objs.Property<Union.A2<String,Buffer>> |
ExecSyncOptions.input |
Objs.Property<Union.A2<String,Buffer>> |
ExecFileSyncOptions.input |
Objs.Property<Union.A2<Boolean,String>> |
SpawnSyncOptions.shell |
Objs.Property<Union.A2<Boolean,String>> |
SpawnOptions.shell |
Modifier and Type | Method and Description |
---|---|
Union.A2<String,Buffer> |
ReadableStream.read() |
Union.A2<String,Buffer> |
ReadableStream.read(double size) |
Modifier and Type | Method and Description |
---|---|
Element |
Paper.text(double x,
double y,
Array<Union.A2<String,Number>> text) |
Copyright © 2018. All rights reserved.