Modifier and Type | Interface and Description |
---|---|
static interface |
Function.A0<R>
Java function with no arguments.
|
Modifier and Type | Field and Description |
---|---|
Objs.Property<Function.A1<? super T,? extends Void>> |
TypedPropertyDescriptor.set |
Modifier and Type | Method and Description |
---|---|
Function.A1<? super T,? extends Void> |
TypedPropertyDescriptor.set() |
Modifier and Type | Method and Description |
---|---|
double |
Uint8ClampedArray.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint8Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint16Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int8Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int16Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Float64Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Float32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint8ClampedArray.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint8Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint16Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int8Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int16Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Float64Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Float32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
static <A> Function |
Function.newFunction(Function.A1<? super A,? extends Object> fn,
Class<A> argTypeA)
Factory method that wraps provided function interface into JavaScript
function object.
|
<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) |
<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<Function.A1<? super Object,? extends String>> |
ILocaleService.pluralCat |
Objs.Property<Function.A1<? super IRequestConfig,? extends Union.A2<IRequestConfig,IPromise<IRequestConfig>>>> |
IHttpInterceptor.request |
Objs.Property<Function.A1<? super Object,? extends Object>> |
IHttpInterceptor.requestError |
Objs.Property<Function.A1<? super IHttpPromiseCallbackArg<?>,? extends Union.A2<IPromise<IHttpPromiseCallbackArg<?>>,IHttpPromiseCallbackArg<?>>>> |
IHttpInterceptor.response |
Objs.Property<Function.A1<? super Object,? extends Object>> |
IHttpInterceptor.responseError |
Modifier and Type | Method and Description |
---|---|
Function.A1<? super Object,? extends String> |
ILocaleService.pluralCat() |
Function.A1<? super IRequestConfig,? extends Union.A2<IRequestConfig,IPromise<IRequestConfig>>> |
IHttpInterceptor.request() |
Function.A1<? super Object,? extends Object> |
IHttpInterceptor.requestError() |
Function.A1<? super IHttpPromiseCallbackArg<?>,? extends Union.A2<IPromise<IHttpPromiseCallbackArg<?>>,IHttpPromiseCallbackArg<?>>> |
IHttpInterceptor.response() |
Function.A1<? super Object,? extends Object> |
IHttpInterceptor.responseError() |
Modifier and Type | Method and Description |
---|---|
<T> IPromise<T> |
ITimeoutService.$apply(Function.A1<? super Array<Object>,? extends T> fn,
double delay) |
<T> IPromise<T> |
ITimeoutService.$apply(Function.A1<? super Array<Object>,? extends T> fn,
double delay,
Boolean invokeApply) |
<T> IPromise<T> |
ITimeoutService.$apply(Function.A1<? super Array<Object>,? extends T> fn,
double delay,
Boolean invokeApply,
Object... args) |
<T> IPromise<T> |
IQService.$apply(Function.A1<? super IQResolveReject<T>,? extends Object> resolver) |
Object |
IRootScopeService.$apply(Function.A1<? super IScope,? extends Object> exp) |
Object |
IRootScopeService.$applyAsync(Function.A1<? super IScope,? extends Object> exp) |
Object |
IRootScopeService.$eval(Function.A1<? super IScope,? extends Object> expression) |
Object |
IRootScopeService.$eval(Function.A1<? super IScope,? extends Object> expression,
Objs locals) |
void |
IRootScopeService.$evalAsync(Function.A1<? super IScope,? extends Object> expression) |
<T> Function |
IAttributes.$observe(String name,
Function.A1<? super T,? extends Object> fn)
Set DOM element attribute value.
|
Function.A0<? extends Void> |
IRootScopeService.$watch(Function.A1<? super IScope,? extends Object> watchExpression) |
Function.A0<? extends Void> |
IRootScopeService.$watch(Function.A1<? super IScope,? extends Object> watchExpression,
String listener) |
Function.A0<? extends Void> |
IRootScopeService.$watch(Function.A1<? super IScope,? extends Object> watchExpression,
String listener,
Boolean objectEquality) |
<T> Function.A0<? extends Void> |
IRootScopeService.$watch(Function.A1<? super IScope,? extends T> watchExpression,
Function.A3<? super T,? super T,? super IScope,? extends Object> listener) |
<T> Function.A0<? extends Void> |
IRootScopeService.$watch(Function.A1<? super IScope,? extends T> watchExpression,
Function.A3<? super T,? super T,? super IScope,? extends Object> listener,
Boolean objectEquality) |
<T> Function.A0<? extends Void> |
IRootScopeService.$watchCollection(Function.A1<? super IScope,? extends T> watchExpression,
Function.A3<? super T,? super T,? super IScope,? extends Object> listener) |
<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)
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.
|
<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.
|
<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 Function.A1<? super Event,? extends Object> |
Exports.onabort |
static Function.A1<? super Event,? extends Object> |
Exports.onafterprint |
static Function.A1<? super Event,? extends Object> |
Exports.onbeforeprint |
static Function.A1<? super BeforeUnloadEvent,? extends Object> |
Exports.onbeforeunload |
static Function.A1<? super FocusEvent,? extends Object> |
Exports.onblur |
static Function.A1<? super Event,? extends Object> |
Exports.oncanplay |
static Function.A1<? super Event,? extends Object> |
Exports.oncanplaythrough |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onclick |
static Function.A1<? super Event,? extends Object> |
Exports.oncompassneedscalibration |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.oncontextmenu |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.ondblclick |
static Function.A1<? super DeviceMotionEvent,? extends Object> |
Exports.ondevicemotion |
static Function.A1<? super DeviceOrientationEvent,? extends Object> |
Exports.ondeviceorientation |
static Function.A1<? super DragEvent,? extends Object> |
Exports.ondrag |
static Function.A1<? super DragEvent,? extends Object> |
Exports.ondragend |
static Function.A1<? super DragEvent,? extends Object> |
Exports.ondragenter |
static Function.A1<? super DragEvent,? extends Object> |
Exports.ondragleave |
static Function.A1<? super DragEvent,? extends Object> |
Exports.ondragover |
static Function.A1<? super DragEvent,? extends Object> |
Exports.ondragstart |
static Function.A1<? super DragEvent,? extends Object> |
Exports.ondrop |
static Function.A1<? super Event,? extends Object> |
Exports.ondurationchange |
static Function.A1<? super Event,? extends Object> |
Exports.onemptied |
static Function.A1<? super Event,? extends Object> |
Exports.onended |
static Function.A1<? super FocusEvent,? extends Object> |
Exports.onfocus |
static Function.A1<? super HashChangeEvent,? extends Object> |
Exports.onhashchange |
static Function.A1<? super Event,? extends Object> |
Exports.onchange |
static Function.A1<? super Event,? extends Object> |
Exports.oninput |
static Function.A1<? super KeyboardEvent,? extends Object> |
Exports.onkeydown |
static Function.A1<? super KeyboardEvent,? extends Object> |
Exports.onkeypress |
static Function.A1<? super KeyboardEvent,? extends Object> |
Exports.onkeyup |
static Function.A1<? super Event,? extends Object> |
Exports.onload |
static Function.A1<? super Event,? extends Object> |
Exports.onloadeddata |
static Function.A1<? super Event,? extends Object> |
Exports.onloadedmetadata |
static Function.A1<? super Event,? extends Object> |
Exports.onloadstart |
static Function.A1<? super MessageEvent,? extends Object> |
Exports.onmessage |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onmousedown |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onmouseenter |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onmouseleave |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onmousemove |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onmouseout |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onmouseover |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onmouseup |
static Function.A1<? super MouseWheelEvent,? extends Object> |
Exports.onmousewheel |
static Function.A1<? super MSGestureEvent,? extends Object> |
Exports.onmsgesturedoubletap |
static Function.A1<? super MSGestureEvent,? extends Object> |
Exports.onmsgestureend |
static Function.A1<? super MSGestureEvent,? extends Object> |
Exports.onmsgesturehold |
static Function.A1<? super MSGestureEvent,? extends Object> |
Exports.onmsgesturechange |
static Function.A1<? super MSGestureEvent,? extends Object> |
Exports.onmsgesturestart |
static Function.A1<? super MSGestureEvent,? extends Object> |
Exports.onmsgesturetap |
static Function.A1<? super MSGestureEvent,? extends Object> |
Exports.onmsinertiastart |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointercancel |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointerdown |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointerenter |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointerleave |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointermove |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointerout |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointerover |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointerup |
static Function.A1<? super Event,? extends Object> |
Exports.onoffline |
static Function.A1<? super Event,? extends Object> |
Exports.ononline |
static Function.A1<? super Event,? extends Object> |
Exports.onorientationchange |
static Function.A1<? super PageTransitionEvent,? extends Object> |
Exports.onpagehide |
static Function.A1<? super PageTransitionEvent,? extends Object> |
Exports.onpageshow |
static Function.A1<? super Event,? extends Object> |
Exports.onpause |
static Function.A1<? super Event,? extends Object> |
Exports.onplay |
static Function.A1<? super Event,? extends Object> |
Exports.onplaying |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointercancel |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointerdown |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointerenter |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointerleave |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointermove |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointerout |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointerover |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointerup |
static Function.A1<? super PopStateEvent,? extends Object> |
Exports.onpopstate |
static Function.A1<? super ProgressEvent,? extends Object> |
Exports.onprogress |
static Function.A1<? super Event,? extends Object> |
Exports.onratechange |
static Function.A1<? super ProgressEvent,? extends Object> |
Exports.onreadystatechange |
static Function.A1<? super Event,? extends Object> |
Exports.onreset |
static Function.A1<? super UIEvent,? extends Object> |
Exports.onresize |
static Function.A1<? super UIEvent,? extends Object> |
Exports.onscroll |
static Function.A1<? super Event,? extends Object> |
Exports.onseeked |
static Function.A1<? super Event,? extends Object> |
Exports.onseeking |
static Function.A1<? super UIEvent,? extends Object> |
Exports.onselect |
static Function.A1<? super Event,? extends Object> |
Exports.onstalled |
static Function.A1<? super StorageEvent,? extends Object> |
Exports.onstorage |
static Function.A1<? super Event,? extends Object> |
Exports.onsubmit |
static Function.A1<? super Event,? extends Object> |
Exports.onsuspend |
static Function.A1<? super Event,? extends Object> |
Exports.ontimeupdate |
static Function.A1<? super Event,? extends Object> |
Exports.onunload |
static Function.A1<? super Event,? extends Object> |
Exports.onvolumechange |
static Function.A1<? super Event,? extends Object> |
Exports.onwaiting |
static Function.A1<? super WheelEvent,? extends Object> |
Exports.onwheel |
Modifier and Type | Method and Description |
---|---|
void |
ScriptProcessorNode.addEventListener(Void type,
Function.A1<? super AudioProcessingEvent,? extends Object> listener) |
void |
ScriptProcessorNode.addEventListener(Void type,
Function.A1<? super AudioProcessingEvent,? extends Object> listener,
Boolean useCapture) |
void |
MSWebViewAsyncOperation.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener) |
void |
MSAppAsyncOperation.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener) |
void |
IDBTransaction.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener) |
void |
IDBDatabase.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener) |
void |
MSWebViewAsyncOperation.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener,
Boolean useCapture) |
void |
MSAppAsyncOperation.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener,
Boolean useCapture) |
void |
IDBTransaction.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener,
Boolean useCapture) |
void |
IDBDatabase.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener,
Boolean useCapture) |
void |
WebSocket.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
TextTrackCue.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
TextTrack.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
Screen.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
OscillatorNode.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
OfflineAudioContext.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
MSInputMethodContext.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
IDBRequest.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
AudioBufferSourceNode.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
ApplicationCache.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
WebSocket.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
TextTrackCue.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
TextTrack.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
Screen.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
OscillatorNode.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
OfflineAudioContext.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
MSInputMethodContext.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
IDBRequest.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
AudioBufferSourceNode.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
ApplicationCache.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
Worker.addEventListener(Void type,
Function.A1<? super MessageEvent,? extends Object> listener) |
void |
MessagePort.addEventListener(Void type,
Function.A1<? super MessageEvent,? extends Object> listener) |
void |
Worker.addEventListener(Void type,
Function.A1<? super MessageEvent,? extends Object> listener,
Boolean useCapture) |
void |
MessagePort.addEventListener(Void type,
Function.A1<? super MessageEvent,? extends Object> listener,
Boolean useCapture) |
void |
XMLHttpRequestEventTarget.addEventListener(Void type,
Function.A1<? super ProgressEvent,? extends Object> listener) |
void |
XMLHttpRequest.addEventListener(Void type,
Function.A1<? super ProgressEvent,? extends Object> listener) |
void |
MSBaseReader.addEventListener(Void type,
Function.A1<? super ProgressEvent,? extends Object> listener) |
void |
XMLHttpRequestEventTarget.addEventListener(Void type,
Function.A1<? super ProgressEvent,? extends Object> listener,
Boolean useCapture) |
void |
XMLHttpRequest.addEventListener(Void type,
Function.A1<? super ProgressEvent,? extends Object> listener,
Boolean useCapture) |
void |
MSBaseReader.addEventListener(Void type,
Function.A1<? super ProgressEvent,? extends Object> listener,
Boolean useCapture) |
void |
VideoTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener) |
void |
TextTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener) |
void |
AudioTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener) |
void |
VideoTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener,
Boolean useCapture) |
void |
TextTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener,
Boolean useCapture) |
void |
AudioTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener,
Boolean useCapture) |
void |
Window.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
SVGSVGElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
SVGElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLVideoElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLMediaElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLMarqueeElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLIFrameElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLFrameSetElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLFrameElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLBodyElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
GlobalEventHandlers.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
static void |
Exports.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
Element.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
Document.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
Window.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
SVGSVGElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
SVGElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLVideoElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLMediaElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLMarqueeElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLIFrameElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLFrameSetElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLFrameElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLBodyElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
GlobalEventHandlers.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
static void |
Exports.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
Element.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
Document.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Function.A1<? super JQueryPromise<Object>,? extends Object>> |
JQueryAnimationOptions.start
A function to call when the animation begins.
|
Modifier and Type | Method and Description |
---|---|
Function.A1<? super JQueryPromise<Object>,? extends Object> |
JQueryAnimationOptions.start() |
Modifier and Type | Method and Description |
---|---|
static JQuery |
Exports.$(Function.A1<? super JQueryStatic,? extends Object> callback) |
JQuery |
JQueryStatic.$apply(Function.A1<? super JQueryStatic,? extends Object> callback) |
JQuery |
JQuery.bind(String eventType,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.bind(String eventType,
Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.blur(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "blur" JavaScript event
|
JQuery |
JQuery.blur(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "blur" JavaScript event
|
JQuery |
JQuery.click(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "click" JavaScript event
|
JQuery |
JQuery.click(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "click" JavaScript event
|
JQuery |
JQuery.dblclick(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "dblclick" JavaScript event
|
JQuery |
JQuery.dblclick(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "dblclick" JavaScript event
|
<T> JQueryDeferred<T> |
JQueryStatic.Deferred(Function.A1<? super JQueryDeferred<T>,? extends Object> beforeStart)
A constructor function that returns a chainable utility object with methods to register multiple callbacks into callback queues, invoke callback queues, and relay the success or failure state of any synchronous or asynchronous function.
|
JQuery |
JQuery.delegate(Object selector,
String eventType,
Function.A1<? super JQueryEventObject,? extends Object> handler) |
JQuery |
JQuery.delegate(Object selector,
String eventType,
Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler) |
JQuery |
JQuery.error(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "error" JavaScript event.
|
JQuery |
JQuery.error(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "error" JavaScript event.
|
JQuery |
JQuery.focus(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "focus" JavaScript event
|
JQuery |
JQuery.focus(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "focus" JavaScript event
|
JQuery |
JQuery.focusin(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "focusin" JavaScript event
|
JQuery |
JQuery.focusin(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "focusin" JavaScript event
|
JQuery |
JQuery.focusout(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "focusout" JavaScript event
|
JQuery |
JQuery.focusout(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "focusout" JavaScript event
|
JQuery |
JQuery.hover(Function.A1<? super JQueryEventObject,? extends Object> handlerInOut)
Bind a single handler to the matched elements, to be executed when the mouse pointer enters or leaves the elements.
|
JQuery |
JQuery.hover(Function.A1<? super JQueryEventObject,? extends Object> handlerIn,
Function.A1<? super JQueryEventObject,? extends Object> handlerOut)
Bind two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
|
JQuery |
JQuery.hover(Function.A1<? super JQueryEventObject,? extends Object> handlerIn,
Function.A1<? super JQueryEventObject,? extends Object> handlerOut)
Bind two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
|
JQuery |
JQuery.change(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "change" JavaScript event
|
JQuery |
JQuery.change(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "change" JavaScript event
|
static JQuery |
Exports.jQuery(Function.A1<? super JQueryStatic,? extends Object> callback) |
JQuery |
JQuery.keydown(Function.A1<? super JQueryKeyEventObject,? extends Object> handler)
Bind an event handler to the "keydown" JavaScript event
|
JQuery |
JQuery.keydown(Object eventData,
Function.A1<? super JQueryKeyEventObject,? extends Object> handler)
Bind an event handler to the "keydown" JavaScript event
|
JQuery |
JQuery.keypress(Function.A1<? super JQueryKeyEventObject,? extends Object> handler)
Bind an event handler to the "keypress" JavaScript event
|
JQuery |
JQuery.keypress(Object eventData,
Function.A1<? super JQueryKeyEventObject,? extends Object> handler)
Bind an event handler to the "keypress" JavaScript event
|
JQuery |
JQuery.keyup(Function.A1<? super JQueryKeyEventObject,? extends Object> handler)
Bind an event handler to the "keyup" JavaScript event
|
JQuery |
JQuery.keyup(Object eventData,
Function.A1<? super JQueryKeyEventObject,? extends Object> handler)
Bind an event handler to the "keyup" JavaScript event
|
JQuery |
JQuery.load(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "load" JavaScript event.
|
JQuery |
JQuery.load(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "load" JavaScript event.
|
JQuery |
JQuery.mousedown(Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mousedown" JavaScript event.
|
JQuery |
JQuery.mousedown(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mousedown" JavaScript event.
|
JQuery |
JQuery.mouseenter(Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to be fired when the mouse enters an element.
|
JQuery |
JQuery.mouseenter(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to be fired when the mouse enters an element.
|
JQuery |
JQuery.mouseleave(Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to be fired when the mouse leaves an element.
|
JQuery |
JQuery.mouseleave(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to be fired when the mouse leaves an element.
|
JQuery |
JQuery.mousemove(Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mousemove" JavaScript event.
|
JQuery |
JQuery.mousemove(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mousemove" JavaScript event.
|
JQuery |
JQuery.mouseout(Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseout" JavaScript event.
|
JQuery |
JQuery.mouseout(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseout" JavaScript event.
|
JQuery |
JQuery.mouseover(Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseover" JavaScript event.
|
JQuery |
JQuery.mouseover(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseover" JavaScript event.
|
JQuery |
JQuery.mouseup(Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseup" JavaScript event.
|
JQuery |
JQuery.mouseup(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseup" JavaScript event.
|
JQuery |
JQuery.off(String events,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Remove an event handler.
|
JQuery |
JQuery.off(String events,
String selector,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Remove an event handler.
|
JQuery |
JQuery.one(String events,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.one(String events,
Objs data,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.one(String events,
String selector,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.one(String events,
String selector,
Object data,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Attach a handler to an event for the elements.
|
JQueryPromise<Object> |
JQueryDeferred.pipe(Function.A1<? super Object,? extends Object> doneFilter) |
JQueryPromise<Object> |
JQueryPromise.pipe(Function.A1<? super Object,? extends Object> doneFilter) |
JQueryPromise<Object> |
JQueryDeferred.pipe(Function.A1<? super Object,? extends Object> doneFilter,
Function.A1<? super Object,? extends Object> failFilter) |
JQueryPromise<Object> |
JQueryDeferred.pipe(Function.A1<? super Object,? extends Object> doneFilter,
Function.A1<? super Object,? extends Object> failFilter) |
JQueryPromise<Object> |
JQueryPromise.pipe(Function.A1<? super Object,? extends Object> doneFilter,
Function.A1<? super Object,? extends Object> failFilter) |
JQueryPromise<Object> |
JQueryPromise.pipe(Function.A1<? super Object,? extends Object> doneFilter,
Function.A1<? super Object,? extends Object> failFilter) |
JQueryPromise<Object> |
JQueryDeferred.pipe(Function.A1<? super Object,? extends Object> doneFilter,
Function.A1<? super Object,? extends Object> failFilter,
Function.A1<? super Object,? extends Object> progressFilter) |
JQueryPromise<Object> |
JQueryDeferred.pipe(Function.A1<? super Object,? extends Object> doneFilter,
Function.A1<? super Object,? extends Object> failFilter,
Function.A1<? super Object,? extends Object> progressFilter) |
JQueryPromise<Object> |
JQueryDeferred.pipe(Function.A1<? super Object,? extends Object> doneFilter,
Function.A1<? super Object,? extends Object> failFilter,
Function.A1<? super Object,? extends Object> progressFilter) |
JQueryPromise<Object> |
JQueryPromise.pipe(Function.A1<? super Object,? extends Object> doneFilter,
Function.A1<? super Object,? extends Object> failFilter,
Function.A1<? super Object,? extends Object> progressFilter) |
JQueryPromise<Object> |
JQueryPromise.pipe(Function.A1<? super Object,? extends Object> doneFilter,
Function.A1<? super Object,? extends Object> failFilter,
Function.A1<? super Object,? extends Object> progressFilter) |
JQueryPromise<Object> |
JQueryPromise.pipe(Function.A1<? super Object,? extends Object> doneFilter,
Function.A1<? super Object,? extends Object> failFilter,
Function.A1<? super Object,? extends Object> progressFilter) |
Object |
JQueryStatic.proxy(Function.A1<? super Array<Object>,? extends Object> fnction,
Objs context,
Object... additionalArguments)
Takes a function and returns a new one that will always have a particular context.
|
JQuery |
JQuery.ready(Function.A1<? super JQueryStatic,? extends Object> handler)
Specify a function to execute when the DOM is fully loaded.
|
JQuery |
JQuery.resize(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "resize" JavaScript event.
|
JQuery |
JQuery.resize(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "resize" JavaScript event.
|
JQuery |
JQuery.scroll(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "scroll" JavaScript event.
|
JQuery |
JQuery.scroll(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "scroll" JavaScript event.
|
JQuery |
JQuery.select(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "select" JavaScript event.
|
JQuery |
JQuery.select(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "select" JavaScript event.
|
JQuery |
JQuery.submit(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "submit" JavaScript event
|
JQuery |
JQuery.submit(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "submit" JavaScript event
|
JQueryPromise<Void> |
JQueryGenericPromise.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> |
JQueryGenericPromise.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.
|
JQueryPromise<Void> |
JQueryGenericPromise.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.
|
JQuery |
JQuery.unbind(String eventType,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Remove a previously-attached event handler from the elements.
|
JQuery |
JQuery.undelegate(String selector,
String eventType,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
|
JQuery |
JQuery.unload(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "unload" JavaScript event.
|
JQuery |
JQuery.unload(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "unload" JavaScript event.
|
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.
|
JQuery |
JQuery.wrapAll(Function.A1<? super Number,? extends String> func) |
JQuery |
JQuery.wrapInner(Function.A1<? super Number,? extends String> func)
Wrap an HTML structure around the content of each element in the set of matched elements.
|
Modifier and Type | Method and Description |
---|---|
<T> Array<T> |
KnockoutUtils.arrayFilter(T[] array,
Function.A1<? super T,? extends Boolean> predicate) |
<T> T |
KnockoutUtils.arrayFirst(T[] array,
Function.A1<? super T,? extends Boolean> predicate) |
<T> T |
KnockoutUtils.arrayFirst(T[] array,
Function.A1<? super T,? extends Boolean> predicate,
Object predicateOwner) |
<T,U> Array<U> |
KnockoutUtils.arrayMap(T[] array,
Function.A1<? super T,? extends U> mapping) |
void |
KnockoutObservableArrayFunctions.destroy(Function.A1<? super T,? extends Boolean> destroyFunction) |
void |
KnockoutComponents.get(String componentName,
Function.A1<? super Definition,? extends Void> callback) |
Array<T> |
KnockoutObservableArrayFunctions.remove(Function.A1<? super T,? extends Boolean> removeFunction) |
<TEvent> KnockoutSubscription |
KnockoutSubscribable.subscribe(Function.A1<? super TEvent,? extends Void> callback) |
<TEvent> KnockoutSubscription |
KnockoutSubscribable.subscribe(Function.A1<? super TEvent,? extends Void> callback,
Object target) |
<TEvent> KnockoutSubscription |
KnockoutSubscribable.subscribe(Function.A1<? super TEvent,? extends Void> callback,
Object target,
String event) |
Modifier and Type | Method and Description |
---|---|
void |
Loader.getConfig(String componentName,
Function.A1<? super ComponentConfig,? extends Void> callback) |
void |
Loader.loadComponent(String componentName,
ComponentConfig config,
Function.A1<? super Definition,? extends Void> callback) |
void |
Loader.loadTemplate(String componentName,
Object templateConfig,
Function.A1<? super Array<Node>,? extends Void> callback) |
void |
Loader.loadViewModel(String componentName,
Object viewModelConfig,
Function.A1<? super Object,? extends Void> callback) |
Modifier and Type | Method and Description |
---|---|
static Object |
Exports.setImmediate(Function.A1<? super Array<Object>,? extends Void> callback,
Object... args) |
static Timer |
Exports.setInterval(Function.A1<? super Array<Object>,? extends Void> callback,
double ms,
Object... args) |
static Timer |
Exports.setTimeout(Function.A1<? super Array<Object>,? extends Void> callback,
double ms,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static void |
Exports.on(Void event,
Function.A1<? super Object,? extends Void> listener) |
Modifier and Type | Method and Description |
---|---|
Object |
Domain.intercept(Function.A1<? super Object,? extends Object> cb) |
Modifier and Type | Method and Description |
---|---|
static void |
Exports.access(String path,
double mode,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.access(String path,
Function.A1<? super ErrnoException,? extends Void> callback)
Tests a user's permissions for the file specified by path.
|
static void |
Exports.appendFile(String filename,
Object data,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.appendFile(String filename,
Object data,
Objs options,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.close(double fd,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.exists(String path,
Function.A1<? super Boolean,? extends Void> callback) |
static void |
Exports.fchmod(double fd,
double mode,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.fchmod(double fd,
String mode,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.fchown(double fd,
double uid,
double gid,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.fsync(double fd,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.ftruncate(double fd,
double len,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.ftruncate(double fd,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.futimes(double fd,
Date atime,
Date mtime,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.futimes(double fd,
double atime,
double mtime,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.chmod(String path,
double mode,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.chmod(String path,
String mode,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.chown(String path,
double uid,
double gid,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.lchmod(String path,
double mode,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.lchmod(String path,
String mode,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.lchown(String path,
double uid,
double gid,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.link(String srcpath,
String dstpath,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.mkdir(String path,
double mode,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.mkdir(String path,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.mkdir(String path,
String mode,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.rename(String oldPath,
String newPath,
Function.A1<? super ErrnoException,? extends Void> callback)
Asynchronous rename.
|
static void |
Exports.rmdir(String path,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.symlink(String srcpath,
String dstpath,
String type,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.truncate(String path,
double len,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.truncate(String path,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.unlink(String path,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.utimes(String path,
Date atime,
Date mtime,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.utimes(String path,
double atime,
double mtime,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.writeFile(String filename,
Object data,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.writeFile(String filename,
Object data,
Objs options,
Function.A1<? super ErrnoException,? extends Void> callback) |
Modifier and Type | Method and Description |
---|---|
static ClientRequest |
Exports.get(Object options,
Function.A1<? super IncomingMessage,? extends Void> callback) |
static ClientRequest |
Exports.request(RequestOptions options,
Function.A1<? super IncomingMessage,? extends Void> callback) |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Function.A1<? super String,? extends Object>> |
ServerOptions.SNICallback |
Modifier and Type | Method and Description |
---|---|
Function.A1<? super String,? extends Object> |
ServerOptions.SNICallback() |
Modifier and Type | Method and Description |
---|---|
static ClientRequest |
Exports.get(RequestOptions options,
Function.A1<? super IncomingMessage,? extends Void> callback) |
static ClientRequest |
Exports.request(RequestOptions options,
Function.A1<? super IncomingMessage,? extends Void> callback) |
Modifier and Type | Method and Description |
---|---|
static Server |
Exports.createServer(Function.A1<? super Socket,? extends Void> connectionListener) |
static Server |
Exports.createServer(Objs options,
Function.A1<? super Socket,? extends Void> connectionListener) |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Function.A1<? super Object,? extends Void>> |
Global.clearImmediate |
Objs.Property<Function.A1<? super Timer,? extends Void>> |
Global.clearInterval |
Objs.Property<Function.A1<? super Timer,? extends Void>> |
Global.clearTimeout |
Objs.Property<Function.A1<? super String,? extends String>> |
Global.escape |
Objs.Property<Function.A2<? super Function.A1<? super Array<Object>,? extends Void>,? super Array<Object>,? extends Object>> |
Global.setImmediate |
Objs.Property<Function.A3<? super Function.A1<? super Array<Object>,? extends Void>,? super Number,? super Array<Object>,? extends Timer>> |
Global.setInterval |
Objs.Property<Function.A3<? super Function.A1<? super Array<Object>,? extends Void>,? super Number,? super Array<Object>,? extends Timer>> |
Global.setTimeout |
Objs.Property<Function.A1<? super String,? extends String>> |
Global.unescape |
Modifier and Type | Method and Description |
---|---|
Function.A1<? super Object,? extends Void> |
Global.clearImmediate() |
Function.A1<? super Timer,? extends Void> |
Global.clearInterval() |
Function.A1<? super Timer,? extends Void> |
Global.clearTimeout() |
Function.A1<? super String,? extends String> |
Global.escape() |
Function.A1<? super String,? extends String> |
Global.unescape() |
Modifier and Type | Method and Description |
---|---|
Function.A2<? super Function.A1<? super Array<Object>,? extends Void>,? super Array<Object>,? extends Object> |
Global.setImmediate() |
Function.A3<? super Function.A1<? super Array<Object>,? extends Void>,? super Number,? super Array<Object>,? extends Timer> |
Global.setInterval() |
Function.A3<? super Function.A1<? super Array<Object>,? extends Void>,? super Number,? super Array<Object>,? extends Timer> |
Global.setTimeout() |
Modifier and Type | Method and Description |
---|---|
Object |
Domain.intercept(Function.A1<? super Object,? extends Object> cb) |
Modifier and Type | Method and Description |
---|---|
void |
ReadLine.question(String query,
Function.A1<? super String,? extends Void> callback) |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Function.A1<? super String,? extends Object>> |
TlsOptions.SNICallback |
Modifier and Type | Method and Description |
---|---|
Function.A1<? super String,? extends Object> |
TlsOptions.SNICallback() |
Modifier and Type | Method and Description |
---|---|
static Server |
Exports.createServer(TlsOptions options,
Function.A1<? super ClearTextStream,? extends Void> secureConnectionListener) |
Modifier and Type | Method and Description |
---|---|
static AnimationDescriptor |
Exports.mina(double a,
double A,
double b,
double B,
Function get,
Function set,
Function.A1<? super Number,? extends Number> easing) |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Function.A1<? super Number,? extends Number>> |
Animation.easing |
Modifier and Type | Method and Description |
---|---|
Function.A1<? super Number,? extends Number> |
Animation.easing() |
Modifier and Type | Method and Description |
---|---|
static MinaAnimation |
Exports.animate(double[] from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration) |
static MinaAnimation |
Exports.animate(double[] from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static MinaAnimation |
Exports.animate(double[] from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static MinaAnimation |
Exports.animate(double[] from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static MinaAnimation |
Exports.animate(double[] from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static MinaAnimation |
Exports.animate(double[] from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration) |
static MinaAnimation |
Exports.animate(double[] from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static MinaAnimation |
Exports.animate(double[] from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static MinaAnimation |
Exports.animate(double[] from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static MinaAnimation |
Exports.animate(double[] from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static MinaAnimation |
Exports.animate(double from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration) |
static MinaAnimation |
Exports.animate(double from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static MinaAnimation |
Exports.animate(double from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static MinaAnimation |
Exports.animate(double from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static MinaAnimation |
Exports.animate(double from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static MinaAnimation |
Exports.animate(double from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration) |
static MinaAnimation |
Exports.animate(double from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static MinaAnimation |
Exports.animate(double from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static MinaAnimation |
Exports.animate(double from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static MinaAnimation |
Exports.animate(double from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
Element |
Set.animate(Objs attrs,
double duration,
Function.A1<? super Number,? extends Number> easing) |
Element |
Element.animate(Objs attrs,
double duration,
Function.A1<? super Number,? extends Number> easing) |
Element |
Set.animate(Objs attrs,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
Element |
Element.animate(Objs attrs,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static Animation |
Exports.animation(Objs attr,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static Animation |
Exports.animation(Objs attr,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
Element |
Element.click(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.click(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.dblclick(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.dblclick(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.drag(Function.A5<? super Number,? super Number,? super Number,? super Number,? super MouseEvent,? extends Void> onMove,
Function.A3<? super Number,? super Number,? super MouseEvent,? extends Void> onStart,
Function.A1<? super MouseEvent,? extends Void> onEnd) |
Element |
Element.drag(Function.A5<? super Number,? super Number,? super Number,? super Number,? super MouseEvent,? extends Void> onMove,
Function.A3<? super Number,? super Number,? super MouseEvent,? extends Void> onStart,
Function.A1<? super MouseEvent,? extends Void> onEnd,
Object moveThisArg) |
Element |
Element.drag(Function.A5<? super Number,? super Number,? super Number,? super Number,? super MouseEvent,? extends Void> onMove,
Function.A3<? super Number,? super Number,? super MouseEvent,? extends Void> onStart,
Function.A1<? super MouseEvent,? extends Void> onEnd,
Object moveThisArg,
Object startThisArg) |
Element |
Element.drag(Function.A5<? super Number,? super Number,? super Number,? super Number,? super MouseEvent,? extends Void> onMove,
Function.A3<? super Number,? super Number,? super MouseEvent,? extends Void> onStart,
Function.A1<? super MouseEvent,? extends Void> onEnd,
Object moveThisArg,
Object startThisArg,
Object endThisArg) |
Element |
Element.hover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler) |
Element |
Element.hover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler) |
Element |
Element.hover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler,
Object thisArg) |
Element |
Element.hover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler,
Object thisArg) |
Element |
Element.hover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler,
Object inThisArg,
Object outThisArg) |
Element |
Element.hover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler,
Object inThisArg,
Object outThisArg) |
Element |
Element.mousedown(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.mousedown(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.mousemove(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.mousemove(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.mouseout(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.mouseout(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.mouseover(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.mouseover(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.mouseup(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.mouseup(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.touchcancel(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.touchcancel(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.touchend(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.touchend(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.touchmove(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.touchmove(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.touchstart(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.touchstart(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.unclick(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.undblclick(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.undrag(Function.A3<? super Number,? super Number,? super MouseEvent,? extends Void> onMove,
Function.A3<? super Number,? super Number,? super MouseEvent,? extends Void> onStart,
Function.A1<? super MouseEvent,? extends Void> onEnd) |
Element |
Element.unhover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler) |
Element |
Element.unhover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler) |
Element |
Element.unmousedown(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.unmousemove(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.unmouseout(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.unmouseover(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.unmouseup(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.untouchcancel(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.untouchend(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.untouchmove(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.untouchstart(Function.A1<? super MouseEvent,? extends Void> handler) |
Copyright © 2018. All rights reserved.