Package | Description |
---|---|
net.java.html.lib | |
net.java.html.lib.jquery |
Modifier and Type | Interface and Description |
---|---|
static interface |
Function.A0<R>
Java function with no arguments.
|
static interface |
Function.A1<P1,R>
Java function with one argument.
|
static interface |
Function.A2<P1,P2,R>
Java function with two arguments.
|
static interface |
Function.A3<P1,P2,P3,R>
Java function with three arguments.
|
Modifier and Type | Method and Description |
---|---|
static <A,B,C,D> Function |
Function.newFunction(Function.A4<? super A,? super B,? super C,? super D,? extends Object> fn,
Class<A> argTypeA,
Class<B> argTypeB,
Class<C> argTypeC,
Class<D> argTypeD)
Factory method that wraps provided function interface into JavaScript
function object.
|
double |
Float32Array.reduce(Function.A4<? super Number,? super Number,? super Number,? super Float32Array,? extends Number> callbackfn)
Calls the specified callback function for all the elements in an array.
|
double |
Float32Array.reduce(Function.A4<? super Number,? super Number,? super Number,? super Float32Array,? extends Number> callbackfn,
double initialValue)
Calls the specified callback function for all the elements in an array.
|
double |
Float64Array.reduce(Function.A4<? super Number,? super Number,? super Number,? super Float64Array,? extends Number> callbackfn)
Calls the specified callback function for all the elements in an array.
|
double |
Float64Array.reduce(Function.A4<? super Number,? super Number,? super Number,? super Float64Array,? extends Number> callbackfn,
double initialValue)
Calls the specified callback function for all the elements in an array.
|
double |
Int16Array.reduce(Function.A4<? super Number,? super Number,? super Number,? super Int16Array,? extends Number> callbackfn)
Calls the specified callback function for all the elements in an array.
|
double |
Int16Array.reduce(Function.A4<? super Number,? super Number,? super Number,? super Int16Array,? extends Number> callbackfn,
double initialValue)
Calls the specified callback function for all the elements in an array.
|
double |
Int32Array.reduce(Function.A4<? super Number,? super Number,? super Number,? super Int32Array,? extends Number> callbackfn)
Calls the specified callback function for all the elements in an array.
|
double |
Int32Array.reduce(Function.A4<? super Number,? super Number,? super Number,? super Int32Array,? extends Number> callbackfn,
double initialValue)
Calls the specified callback function for all the elements in an array.
|
double |
Int8Array.reduce(Function.A4<? super Number,? super Number,? super Number,? super Int8Array,? extends Number> callbackfn)
Calls the specified callback function for all the elements in an array.
|
double |
Int8Array.reduce(Function.A4<? super Number,? super Number,? super Number,? super Int8Array,? extends Number> callbackfn,
double initialValue)
Calls the specified callback function for all the elements in an array.
|
double |
Uint16Array.reduce(Function.A4<? super Number,? super Number,? super Number,? super Uint16Array,? extends Number> callbackfn)
Calls the specified callback function for all the elements in an array.
|
double |
Uint16Array.reduce(Function.A4<? super Number,? super Number,? super Number,? super Uint16Array,? extends Number> callbackfn,
double initialValue)
Calls the specified callback function for all the elements in an array.
|
double |
Uint32Array.reduce(Function.A4<? super Number,? super Number,? super Number,? super Uint32Array,? extends Number> callbackfn)
Calls the specified callback function for all the elements in an array.
|
double |
Uint32Array.reduce(Function.A4<? super Number,? super Number,? super Number,? super Uint32Array,? extends Number> callbackfn,
double initialValue)
Calls the specified callback function for all the elements in an array.
|
double |
Uint8Array.reduce(Function.A4<? super Number,? super Number,? super Number,? super Uint8Array,? extends Number> callbackfn)
Calls the specified callback function for all the elements in an array.
|
double |
Uint8Array.reduce(Function.A4<? super Number,? super Number,? super Number,? super Uint8Array,? extends Number> callbackfn,
double initialValue)
Calls the specified callback function for all the elements in an array.
|
double |
Uint8ClampedArray.reduce(Function.A4<? super Number,? super Number,? super Number,? super Uint8ClampedArray,? extends Number> callbackfn)
Calls the specified callback function for all the elements in an array.
|
double |
Uint8ClampedArray.reduce(Function.A4<? super Number,? super Number,? super Number,? super Uint8ClampedArray,? extends Number> callbackfn,
double initialValue)
Calls the specified callback function for all the elements in an array.
|
<U> U |
Float32Array.reduce(Function.A4<? super U,? super Number,? super Number,? super Float32Array,? extends U> callbackfn,
U initialValue)
Calls the specified callback function for all the elements in an array.
|
<U> U |
Float64Array.reduce(Function.A4<? super U,? super Number,? super Number,? super Float64Array,? extends U> callbackfn,
U initialValue)
Calls the specified callback function for all the elements in an array.
|
<U> U |
Int16Array.reduce(Function.A4<? super U,? super Number,? super Number,? super Int16Array,? extends U> callbackfn,
U initialValue)
Calls the specified callback function for all the elements in an array.
|
<U> U |
Int32Array.reduce(Function.A4<? super U,? super Number,? super Number,? super Int32Array,? extends U> callbackfn,
U initialValue)
Calls the specified callback function for all the elements in an array.
|
<U> U |
Int8Array.reduce(Function.A4<? super U,? super Number,? super Number,? super Int8Array,? extends U> callbackfn,
U initialValue)
Calls the specified callback function for all the elements in an array.
|
<U> U |
Uint16Array.reduce(Function.A4<? super U,? super Number,? super Number,? super Uint16Array,? extends U> callbackfn,
U initialValue)
Calls the specified callback function for all the elements in an array.
|
<U> U |
Uint32Array.reduce(Function.A4<? super U,? super Number,? super Number,? super Uint32Array,? extends U> callbackfn,
U initialValue)
Calls the specified callback function for all the elements in an array.
|
<U> U |
Uint8Array.reduce(Function.A4<? super U,? super Number,? super Number,? super Uint8Array,? extends U> callbackfn,
U initialValue)
Calls the specified callback function for all the elements in an array.
|
<U> U |
Uint8ClampedArray.reduce(Function.A4<? super U,? super Number,? super Number,? super Uint8ClampedArray,? extends U> callbackfn,
U initialValue)
Calls the specified callback function for all the elements in an array.
|
<U> U |
Array.reduce(Function.A4<? super U,? super T,? super Number,? super Array<T>,? extends U> callbackfn)
Calls the specified callback function for all the elements in an array.
|
<U> U |
Array.reduce(Function.A4<? super U,? super T,? super Number,? super Array<T>,? extends U> callbackfn,
U initialValue)
Calls the specified callback function for all the elements in an array.
|
double |
Float32Array.reduceRight(Function.A4<? super Number,? super Number,? super Number,? super Float32Array,? extends Number> callbackfn)
Calls the specified callback function for all the elements in an array, in descending order.
|
double |
Float32Array.reduceRight(Function.A4<? super Number,? super Number,? super Number,? super Float32Array,? extends Number> callbackfn,
double initialValue)
Calls the specified callback function for all the elements in an array, in descending order.
|
double |
Float64Array.reduceRight(Function.A4<? super Number,? super Number,? super Number,? super Float64Array,? extends Number> callbackfn)
Calls the specified callback function for all the elements in an array, in descending order.
|
double |
Float64Array.reduceRight(Function.A4<? super Number,? super Number,? super Number,? super Float64Array,? extends Number> callbackfn,
double initialValue)
Calls the specified callback function for all the elements in an array, in descending order.
|
double |
Int16Array.reduceRight(Function.A4<? super Number,? super Number,? super Number,? super Int16Array,? extends Number> callbackfn)
Calls the specified callback function for all the elements in an array, in descending order.
|
double |
Int16Array.reduceRight(Function.A4<? super Number,? super Number,? super Number,? super Int16Array,? extends Number> callbackfn,
double initialValue)
Calls the specified callback function for all the elements in an array, in descending order.
|
double |
Int32Array.reduceRight(Function.A4<? super Number,? super Number,? super Number,? super Int32Array,? extends Number> callbackfn)
Calls the specified callback function for all the elements in an array, in descending order.
|
double |
Int32Array.reduceRight(Function.A4<? super Number,? super Number,? super Number,? super Int32Array,? extends Number> callbackfn,
double initialValue)
Calls the specified callback function for all the elements in an array, in descending order.
|
double |
Int8Array.reduceRight(Function.A4<? super Number,? super Number,? super Number,? super Int8Array,? extends Number> callbackfn)
Calls the specified callback function for all the elements in an array, in descending order.
|
double |
Int8Array.reduceRight(Function.A4<? super Number,? super Number,? super Number,? super Int8Array,? extends Number> callbackfn,
double initialValue)
Calls the specified callback function for all the elements in an array, in descending order.
|
double |
Uint16Array.reduceRight(Function.A4<? super Number,? super Number,? super Number,? super Uint16Array,? extends Number> callbackfn)
Calls the specified callback function for all the elements in an array, in descending order.
|
double |
Uint16Array.reduceRight(Function.A4<? super Number,? super Number,? super Number,? super Uint16Array,? extends Number> callbackfn,
double initialValue)
Calls the specified callback function for all the elements in an array, in descending order.
|
double |
Uint32Array.reduceRight(Function.A4<? super Number,? super Number,? super Number,? super Uint32Array,? extends Number> callbackfn)
Calls the specified callback function for all the elements in an array, in descending order.
|
double |
Uint32Array.reduceRight(Function.A4<? super Number,? super Number,? super Number,? super Uint32Array,? extends Number> callbackfn,
double initialValue)
Calls the specified callback function for all the elements in an array, in descending order.
|
double |
Uint8Array.reduceRight(Function.A4<? super Number,? super Number,? super Number,? super Uint8Array,? extends Number> callbackfn)
Calls the specified callback function for all the elements in an array, in descending order.
|
double |
Uint8Array.reduceRight(Function.A4<? super Number,? super Number,? super Number,? super Uint8Array,? extends Number> callbackfn,
double initialValue)
Calls the specified callback function for all the elements in an array, in descending order.
|
double |
Uint8ClampedArray.reduceRight(Function.A4<? super Number,? super Number,? super Number,? super Uint8ClampedArray,? extends Number> callbackfn)
Calls the specified callback function for all the elements in an array, in descending order.
|
double |
Uint8ClampedArray.reduceRight(Function.A4<? super Number,? super Number,? super Number,? super Uint8ClampedArray,? extends Number> callbackfn,
double initialValue)
Calls the specified callback function for all the elements in an array, in descending order.
|
<U> U |
Float32Array.reduceRight(Function.A4<? super U,? super Number,? super Number,? super Float32Array,? extends U> callbackfn,
U initialValue)
Calls the specified callback function for all the elements in an array, in descending order.
|
<U> U |
Float64Array.reduceRight(Function.A4<? super U,? super Number,? super Number,? super Float64Array,? extends U> callbackfn,
U initialValue)
Calls the specified callback function for all the elements in an array, in descending order.
|
<U> U |
Int16Array.reduceRight(Function.A4<? super U,? super Number,? super Number,? super Int16Array,? extends U> callbackfn,
U initialValue)
Calls the specified callback function for all the elements in an array, in descending order.
|
<U> U |
Int32Array.reduceRight(Function.A4<? super U,? super Number,? super Number,? super Int32Array,? extends U> callbackfn,
U initialValue)
Calls the specified callback function for all the elements in an array, in descending order.
|
<U> U |
Int8Array.reduceRight(Function.A4<? super U,? super Number,? super Number,? super Int8Array,? extends U> callbackfn,
U initialValue)
Calls the specified callback function for all the elements in an array, in descending order.
|
<U> U |
Uint16Array.reduceRight(Function.A4<? super U,? super Number,? super Number,? super Uint16Array,? extends U> callbackfn,
U initialValue)
Calls the specified callback function for all the elements in an array, in descending order.
|
<U> U |
Uint32Array.reduceRight(Function.A4<? super U,? super Number,? super Number,? super Uint32Array,? extends U> callbackfn,
U initialValue)
Calls the specified callback function for all the elements in an array, in descending order.
|
<U> U |
Uint8Array.reduceRight(Function.A4<? super U,? super Number,? super Number,? super Uint8Array,? extends U> callbackfn,
U initialValue)
Calls the specified callback function for all the elements in an array, in descending order.
|
<U> U |
Uint8ClampedArray.reduceRight(Function.A4<? super U,? super Number,? super Number,? super Uint8ClampedArray,? extends U> callbackfn,
U initialValue)
Calls the specified callback function for all the elements in an array, in descending order.
|
<U> U |
Array.reduceRight(Function.A4<? super U,? super T,? super Number,? super Array<T>,? extends U> callbackfn)
Calls the specified callback function for all the elements in an array, in descending order.
|
<U> U |
Array.reduceRight(Function.A4<? super U,? super T,? super Number,? super Array<T>,? extends U> callbackfn,
U initialValue)
Calls the specified callback function for all the elements in an array, in descending order.
|
Modifier and Type | Method and Description |
---|---|
JQuery |
JQuery.ajaxError(Function.A4<? super JQueryEventObject,? super JQueryXHR,? super JQueryAjaxSettings,? super Object,? extends Object> handler)
Register a handler to be called when Ajax requests complete with an error.
|
Copyright © 2018. All rights reserved.