| Package | Description |
|---|---|
| net.java.html.lib | |
| net.java.html.lib.dom | |
| net.java.html.lib.knockout |
| 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 |
|---|---|
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 Event,? extends Object> |
Exports.onchange |
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.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.onmsgesturechange |
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.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 |
AbstractWorker.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 |
AbstractWorker.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 | 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) |
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) |
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) |
Copyright © 2016. All rights reserved.