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.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
Float32Array.every(Function.A3<? super Number,? super Number,? super Float32Array,? extends Boolean> callbackfn)
Determines whether all the members of an array satisfy the specified test.
|
Boolean |
Float32Array.every(Function.A3<? super Number,? super Number,? super Float32Array,? extends Boolean> callbackfn,
Object thisArg)
Determines whether all the members of an array satisfy the specified test.
|
Boolean |
Float64Array.every(Function.A3<? super Number,? super Number,? super Float64Array,? extends Boolean> callbackfn)
Determines whether all the members of an array satisfy the specified test.
|
Boolean |
Float64Array.every(Function.A3<? super Number,? super Number,? super Float64Array,? extends Boolean> callbackfn,
Object thisArg)
Determines whether all the members of an array satisfy the specified test.
|
Boolean |
Int16Array.every(Function.A3<? super Number,? super Number,? super Int16Array,? extends Boolean> callbackfn)
Determines whether all the members of an array satisfy the specified test.
|
Boolean |
Int16Array.every(Function.A3<? super Number,? super Number,? super Int16Array,? extends Boolean> callbackfn,
Object thisArg)
Determines whether all the members of an array satisfy the specified test.
|
Boolean |
Int32Array.every(Function.A3<? super Number,? super Number,? super Int32Array,? extends Boolean> callbackfn)
Determines whether all the members of an array satisfy the specified test.
|
Boolean |
Int32Array.every(Function.A3<? super Number,? super Number,? super Int32Array,? extends Boolean> callbackfn,
Object thisArg)
Determines whether all the members of an array satisfy the specified test.
|
Boolean |
Int8Array.every(Function.A3<? super Number,? super Number,? super Int8Array,? extends Boolean> callbackfn)
Determines whether all the members of an array satisfy the specified test.
|
Boolean |
Int8Array.every(Function.A3<? super Number,? super Number,? super Int8Array,? extends Boolean> callbackfn,
Object thisArg)
Determines whether all the members of an array satisfy the specified test.
|
Boolean |
Uint16Array.every(Function.A3<? super Number,? super Number,? super Uint16Array,? extends Boolean> callbackfn)
Determines whether all the members of an array satisfy the specified test.
|
Boolean |
Uint16Array.every(Function.A3<? super Number,? super Number,? super Uint16Array,? extends Boolean> callbackfn,
Object thisArg)
Determines whether all the members of an array satisfy the specified test.
|
Boolean |
Uint32Array.every(Function.A3<? super Number,? super Number,? super Uint32Array,? extends Boolean> callbackfn)
Determines whether all the members of an array satisfy the specified test.
|
Boolean |
Uint32Array.every(Function.A3<? super Number,? super Number,? super Uint32Array,? extends Boolean> callbackfn,
Object thisArg)
Determines whether all the members of an array satisfy the specified test.
|
Boolean |
Uint8Array.every(Function.A3<? super Number,? super Number,? super Uint8Array,? extends Boolean> callbackfn)
Determines whether all the members of an array satisfy the specified test.
|
Boolean |
Uint8Array.every(Function.A3<? super Number,? super Number,? super Uint8Array,? extends Boolean> callbackfn,
Object thisArg)
Determines whether all the members of an array satisfy the specified test.
|
Boolean |
Uint8ClampedArray.every(Function.A3<? super Number,? super Number,? super Uint8ClampedArray,? extends Boolean> callbackfn)
Determines whether all the members of an array satisfy the specified test.
|
Boolean |
Uint8ClampedArray.every(Function.A3<? super Number,? super Number,? super Uint8ClampedArray,? extends Boolean> callbackfn,
Object thisArg)
Determines whether all the members of an array satisfy the specified test.
|
Boolean |
Array.every(Function.A3<? super T,? super Number,? super Array<T>,? extends Boolean> callbackfn)
Determines whether all the members of an array satisfy the specified test.
|
Boolean |
Array.every(Function.A3<? super T,? super Number,? super Array<T>,? extends Boolean> callbackfn,
Object thisArg)
Determines whether all the members of an array satisfy the specified test.
|
Float32Array |
Float32Array.filter(Function.A3<? super Number,? super Number,? super Float32Array,? extends Boolean> callbackfn)
Returns the elements of an array that meet the condition specified in a callback function.
|
Float32Array |
Float32Array.filter(Function.A3<? super Number,? super Number,? super Float32Array,? extends Boolean> callbackfn,
Object thisArg)
Returns the elements of an array that meet the condition specified in a callback function.
|
Float64Array |
Float64Array.filter(Function.A3<? super Number,? super Number,? super Float64Array,? extends Boolean> callbackfn)
Returns the elements of an array that meet the condition specified in a callback function.
|
Float64Array |
Float64Array.filter(Function.A3<? super Number,? super Number,? super Float64Array,? extends Boolean> callbackfn,
Object thisArg)
Returns the elements of an array that meet the condition specified in a callback function.
|
Int16Array |
Int16Array.filter(Function.A3<? super Number,? super Number,? super Int16Array,? extends Boolean> callbackfn)
Returns the elements of an array that meet the condition specified in a callback function.
|
Int16Array |
Int16Array.filter(Function.A3<? super Number,? super Number,? super Int16Array,? extends Boolean> callbackfn,
Object thisArg)
Returns the elements of an array that meet the condition specified in a callback function.
|
Int32Array |
Int32Array.filter(Function.A3<? super Number,? super Number,? super Int32Array,? extends Boolean> callbackfn)
Returns the elements of an array that meet the condition specified in a callback function.
|
Int32Array |
Int32Array.filter(Function.A3<? super Number,? super Number,? super Int32Array,? extends Boolean> callbackfn,
Object thisArg)
Returns the elements of an array that meet the condition specified in a callback function.
|
Int8Array |
Int8Array.filter(Function.A3<? super Number,? super Number,? super Int8Array,? extends Boolean> callbackfn)
Returns the elements of an array that meet the condition specified in a callback function.
|
Int8Array |
Int8Array.filter(Function.A3<? super Number,? super Number,? super Int8Array,? extends Boolean> callbackfn,
Object thisArg)
Returns the elements of an array that meet the condition specified in a callback function.
|
Uint16Array |
Uint16Array.filter(Function.A3<? super Number,? super Number,? super Uint16Array,? extends Boolean> callbackfn)
Returns the elements of an array that meet the condition specified in a callback function.
|
Uint16Array |
Uint16Array.filter(Function.A3<? super Number,? super Number,? super Uint16Array,? extends Boolean> callbackfn,
Object thisArg)
Returns the elements of an array that meet the condition specified in a callback function.
|
Uint32Array |
Uint32Array.filter(Function.A3<? super Number,? super Number,? super Uint32Array,? extends Boolean> callbackfn)
Returns the elements of an array that meet the condition specified in a callback function.
|
Uint32Array |
Uint32Array.filter(Function.A3<? super Number,? super Number,? super Uint32Array,? extends Boolean> callbackfn,
Object thisArg)
Returns the elements of an array that meet the condition specified in a callback function.
|
Uint8Array |
Uint8Array.filter(Function.A3<? super Number,? super Number,? super Uint8Array,? extends Boolean> callbackfn)
Returns the elements of an array that meet the condition specified in a callback function.
|
Uint8Array |
Uint8Array.filter(Function.A3<? super Number,? super Number,? super Uint8Array,? extends Boolean> callbackfn,
Object thisArg)
Returns the elements of an array that meet the condition specified in a callback function.
|
Uint8ClampedArray |
Uint8ClampedArray.filter(Function.A3<? super Number,? super Number,? super Uint8ClampedArray,? extends Boolean> callbackfn)
Returns the elements of an array that meet the condition specified in a callback function.
|
Uint8ClampedArray |
Uint8ClampedArray.filter(Function.A3<? super Number,? super Number,? super Uint8ClampedArray,? extends Boolean> callbackfn,
Object thisArg)
Returns the elements of an array that meet the condition specified in a callback function.
|
Array<T> |
Array.filter(Function.A3<? super T,? super Number,? super Array<T>,? extends Boolean> callbackfn)
Returns the elements of an array that meet the condition specified in a callback function.
|
Array<T> |
Array.filter(Function.A3<? super T,? super Number,? super Array<T>,? extends Boolean> callbackfn,
Object thisArg)
Returns the elements of an array that meet the condition specified in a callback function.
|
double |
Uint8ClampedArray.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint8Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint32Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint16Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int8Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int32Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int16Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Float64Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Float32Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint8ClampedArray.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate,
Object thisArg)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint8Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate,
Object thisArg)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint32Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate,
Object thisArg)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint16Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate,
Object thisArg)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int8Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate,
Object thisArg)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int32Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate,
Object thisArg)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int16Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate,
Object thisArg)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Float64Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate,
Object thisArg)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Float32Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate,
Object thisArg)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
void |
Float32Array.forEach(Function.A3<? super Number,? super Number,? super Float32Array,? extends Void> callbackfn)
Performs the specified action for each element in an array.
|
void |
Float32Array.forEach(Function.A3<? super Number,? super Number,? super Float32Array,? extends Void> callbackfn,
Object thisArg)
Performs the specified action for each element in an array.
|
void |
Float64Array.forEach(Function.A3<? super Number,? super Number,? super Float64Array,? extends Void> callbackfn)
Performs the specified action for each element in an array.
|
void |
Float64Array.forEach(Function.A3<? super Number,? super Number,? super Float64Array,? extends Void> callbackfn,
Object thisArg)
Performs the specified action for each element in an array.
|
void |
Int16Array.forEach(Function.A3<? super Number,? super Number,? super Int16Array,? extends Void> callbackfn)
Performs the specified action for each element in an array.
|
void |
Int16Array.forEach(Function.A3<? super Number,? super Number,? super Int16Array,? extends Void> callbackfn,
Object thisArg)
Performs the specified action for each element in an array.
|
void |
Int32Array.forEach(Function.A3<? super Number,? super Number,? super Int32Array,? extends Void> callbackfn)
Performs the specified action for each element in an array.
|
void |
Int32Array.forEach(Function.A3<? super Number,? super Number,? super Int32Array,? extends Void> callbackfn,
Object thisArg)
Performs the specified action for each element in an array.
|
void |
Int8Array.forEach(Function.A3<? super Number,? super Number,? super Int8Array,? extends Void> callbackfn)
Performs the specified action for each element in an array.
|
void |
Int8Array.forEach(Function.A3<? super Number,? super Number,? super Int8Array,? extends Void> callbackfn,
Object thisArg)
Performs the specified action for each element in an array.
|
void |
Uint16Array.forEach(Function.A3<? super Number,? super Number,? super Uint16Array,? extends Void> callbackfn)
Performs the specified action for each element in an array.
|
void |
Uint16Array.forEach(Function.A3<? super Number,? super Number,? super Uint16Array,? extends Void> callbackfn,
Object thisArg)
Performs the specified action for each element in an array.
|
void |
Uint32Array.forEach(Function.A3<? super Number,? super Number,? super Uint32Array,? extends Void> callbackfn)
Performs the specified action for each element in an array.
|
void |
Uint32Array.forEach(Function.A3<? super Number,? super Number,? super Uint32Array,? extends Void> callbackfn,
Object thisArg)
Performs the specified action for each element in an array.
|
void |
Uint8Array.forEach(Function.A3<? super Number,? super Number,? super Uint8Array,? extends Void> callbackfn)
Performs the specified action for each element in an array.
|
void |
Uint8Array.forEach(Function.A3<? super Number,? super Number,? super Uint8Array,? extends Void> callbackfn,
Object thisArg)
Performs the specified action for each element in an array.
|
void |
Uint8ClampedArray.forEach(Function.A3<? super Number,? super Number,? super Uint8ClampedArray,? extends Void> callbackfn)
Performs the specified action for each element in an array.
|
void |
Uint8ClampedArray.forEach(Function.A3<? super Number,? super Number,? super Uint8ClampedArray,? extends Void> callbackfn,
Object thisArg)
Performs the specified action for each element in an array.
|
void |
Array.forEach(Function.A3<? super T,? super Number,? super Array<T>,? extends Void> callbackfn)
Performs the specified action for each element in an array.
|
void |
Array.forEach(Function.A3<? super T,? super Number,? super Array<T>,? extends Void> callbackfn,
Object thisArg)
Performs the specified action for each element in an array.
|
Float32Array |
Float32Array.map(Function.A3<? super Number,? super Number,? super Float32Array,? extends Number> callbackfn)
Calls a defined callback function on each element of an array, and returns an array that
contains the results.
|
Float32Array |
Float32Array.map(Function.A3<? super Number,? super Number,? super Float32Array,? extends Number> callbackfn,
Object thisArg)
Calls a defined callback function on each element of an array, and returns an array that
contains the results.
|
Float64Array |
Float64Array.map(Function.A3<? super Number,? super Number,? super Float64Array,? extends Number> callbackfn)
Calls a defined callback function on each element of an array, and returns an array that
contains the results.
|
Float64Array |
Float64Array.map(Function.A3<? super Number,? super Number,? super Float64Array,? extends Number> callbackfn,
Object thisArg)
Calls a defined callback function on each element of an array, and returns an array that
contains the results.
|
Int16Array |
Int16Array.map(Function.A3<? super Number,? super Number,? super Int16Array,? extends Number> callbackfn)
Calls a defined callback function on each element of an array, and returns an array that
contains the results.
|
Int16Array |
Int16Array.map(Function.A3<? super Number,? super Number,? super Int16Array,? extends Number> callbackfn,
Object thisArg)
Calls a defined callback function on each element of an array, and returns an array that
contains the results.
|
Int32Array |
Int32Array.map(Function.A3<? super Number,? super Number,? super Int32Array,? extends Number> callbackfn)
Calls a defined callback function on each element of an array, and returns an array that
contains the results.
|
Int32Array |
Int32Array.map(Function.A3<? super Number,? super Number,? super Int32Array,? extends Number> callbackfn,
Object thisArg)
Calls a defined callback function on each element of an array, and returns an array that
contains the results.
|
Int8Array |
Int8Array.map(Function.A3<? super Number,? super Number,? super Int8Array,? extends Number> callbackfn)
Calls a defined callback function on each element of an array, and returns an array that
contains the results.
|
Int8Array |
Int8Array.map(Function.A3<? super Number,? super Number,? super Int8Array,? extends Number> callbackfn,
Object thisArg)
Calls a defined callback function on each element of an array, and returns an array that
contains the results.
|
Uint16Array |
Uint16Array.map(Function.A3<? super Number,? super Number,? super Uint16Array,? extends Number> callbackfn)
Calls a defined callback function on each element of an array, and returns an array that
contains the results.
|
Uint16Array |
Uint16Array.map(Function.A3<? super Number,? super Number,? super Uint16Array,? extends Number> callbackfn,
Object thisArg)
Calls a defined callback function on each element of an array, and returns an array that
contains the results.
|
Uint32Array |
Uint32Array.map(Function.A3<? super Number,? super Number,? super Uint32Array,? extends Number> callbackfn)
Calls a defined callback function on each element of an array, and returns an array that
contains the results.
|
Uint32Array |
Uint32Array.map(Function.A3<? super Number,? super Number,? super Uint32Array,? extends Number> callbackfn,
Object thisArg)
Calls a defined callback function on each element of an array, and returns an array that
contains the results.
|
Uint8Array |
Uint8Array.map(Function.A3<? super Number,? super Number,? super Uint8Array,? extends Number> callbackfn)
Calls a defined callback function on each element of an array, and returns an array that
contains the results.
|
Uint8Array |
Uint8Array.map(Function.A3<? super Number,? super Number,? super Uint8Array,? extends Number> callbackfn,
Object thisArg)
Calls a defined callback function on each element of an array, and returns an array that
contains the results.
|
Uint8ClampedArray |
Uint8ClampedArray.map(Function.A3<? super Number,? super Number,? super Uint8ClampedArray,? extends Number> callbackfn)
Calls a defined callback function on each element of an array, and returns an array that
contains the results.
|
Uint8ClampedArray |
Uint8ClampedArray.map(Function.A3<? super Number,? super Number,? super Uint8ClampedArray,? extends Number> callbackfn,
Object thisArg)
Calls a defined callback function on each element of an array, and returns an array that
contains the results.
|
<U> Array<U> |
Array.map(Function.A3<? super T,? super Number,? super Array<T>,? extends U> callbackfn)
Calls a defined callback function on each element of an array, and returns an array that contains the results.
|
<U> Array<U> |
Array.map(Function.A3<? super T,? super Number,? super Array<T>,? extends U> callbackfn,
Object thisArg)
Calls a defined callback function on each element of an array, and returns an array that contains the results.
|
static <A,B,C> Function |
Function.newFunction(Function.A3<? super A,? super B,? super C,? extends Object> fn,
Class<A> argTypeA,
Class<B> argTypeB,
Class<C> argTypeC)
Factory method that wraps provided function interface into JavaScript
function object.
|
Boolean |
Float32Array.some(Function.A3<? super Number,? super Number,? super Float32Array,? extends Boolean> callbackfn)
Determines whether the specified callback function returns true for any element of an array.
|
Boolean |
Float32Array.some(Function.A3<? super Number,? super Number,? super Float32Array,? extends Boolean> callbackfn,
Object thisArg)
Determines whether the specified callback function returns true for any element of an array.
|
Boolean |
Float64Array.some(Function.A3<? super Number,? super Number,? super Float64Array,? extends Boolean> callbackfn)
Determines whether the specified callback function returns true for any element of an array.
|
Boolean |
Float64Array.some(Function.A3<? super Number,? super Number,? super Float64Array,? extends Boolean> callbackfn,
Object thisArg)
Determines whether the specified callback function returns true for any element of an array.
|
Boolean |
Int16Array.some(Function.A3<? super Number,? super Number,? super Int16Array,? extends Boolean> callbackfn)
Determines whether the specified callback function returns true for any element of an array.
|
Boolean |
Int16Array.some(Function.A3<? super Number,? super Number,? super Int16Array,? extends Boolean> callbackfn,
Object thisArg)
Determines whether the specified callback function returns true for any element of an array.
|
Boolean |
Int32Array.some(Function.A3<? super Number,? super Number,? super Int32Array,? extends Boolean> callbackfn)
Determines whether the specified callback function returns true for any element of an array.
|
Boolean |
Int32Array.some(Function.A3<? super Number,? super Number,? super Int32Array,? extends Boolean> callbackfn,
Object thisArg)
Determines whether the specified callback function returns true for any element of an array.
|
Boolean |
Int8Array.some(Function.A3<? super Number,? super Number,? super Int8Array,? extends Boolean> callbackfn)
Determines whether the specified callback function returns true for any element of an array.
|
Boolean |
Int8Array.some(Function.A3<? super Number,? super Number,? super Int8Array,? extends Boolean> callbackfn,
Object thisArg)
Determines whether the specified callback function returns true for any element of an array.
|
Boolean |
Uint16Array.some(Function.A3<? super Number,? super Number,? super Uint16Array,? extends Boolean> callbackfn)
Determines whether the specified callback function returns true for any element of an array.
|
Boolean |
Uint16Array.some(Function.A3<? super Number,? super Number,? super Uint16Array,? extends Boolean> callbackfn,
Object thisArg)
Determines whether the specified callback function returns true for any element of an array.
|
Boolean |
Uint32Array.some(Function.A3<? super Number,? super Number,? super Uint32Array,? extends Boolean> callbackfn)
Determines whether the specified callback function returns true for any element of an array.
|
Boolean |
Uint32Array.some(Function.A3<? super Number,? super Number,? super Uint32Array,? extends Boolean> callbackfn,
Object thisArg)
Determines whether the specified callback function returns true for any element of an array.
|
Boolean |
Uint8Array.some(Function.A3<? super Number,? super Number,? super Uint8Array,? extends Boolean> callbackfn)
Determines whether the specified callback function returns true for any element of an array.
|
Boolean |
Uint8Array.some(Function.A3<? super Number,? super Number,? super Uint8Array,? extends Boolean> callbackfn,
Object thisArg)
Determines whether the specified callback function returns true for any element of an array.
|
Boolean |
Uint8ClampedArray.some(Function.A3<? super Number,? super Number,? super Uint8ClampedArray,? extends Boolean> callbackfn)
Determines whether the specified callback function returns true for any element of an array.
|
Boolean |
Uint8ClampedArray.some(Function.A3<? super Number,? super Number,? super Uint8ClampedArray,? extends Boolean> callbackfn,
Object thisArg)
Determines whether the specified callback function returns true for any element of an array.
|
Boolean |
Array.some(Function.A3<? super T,? super Number,? super Array<T>,? extends Boolean> callbackfn)
Determines whether the specified callback function returns true for any element of an array.
|
Boolean |
Array.some(Function.A3<? super T,? super Number,? super Array<T>,? extends Boolean> callbackfn,
Object thisArg)
Determines whether the specified callback function returns true for any element of an array.
|
Modifier and Type | Method and Description |
---|---|
<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.$watch(String watchExpression,
Function.A3<? super T,? super T,? super IScope,? extends Object> listener) |
<T> Function.A0<? extends Void> |
IRootScopeService.$watch(String 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) |
<T> Function.A0<? extends Void> |
IRootScopeService.$watchCollection(String watchExpression,
Function.A3<? super T,? super T,? super IScope,? extends Object> listener) |
Function.A0<? extends Void> |
IRootScopeService.$watchGroup(Object[] watchExpressions,
Function.A3<? super Object,? super Object,? super IScope,? extends Object> listener) |
Function.A0<? extends Void> |
IRootScopeService.$watchGroup(Objs[] watchExpressions,
Function.A3<? super Object,? super Object,? super IScope,? extends Object> listener) |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Function.A3<? super JQueryPromise<Object>,? super Number,? super Number,? extends Object>> |
JQueryAnimationOptions.progress
A function to be called after each step of the animation, only once per animated element regardless of the number of animated properties.
|
Modifier and Type | Method and Description |
---|---|
Function.A3<? super JQueryPromise<Object>,? super Number,? super Number,? extends Object> |
JQueryAnimationOptions.progress() |
Modifier and Type | Method and Description |
---|---|
JQuery |
JQuery.ajaxComplete(Function.A3<? super JQueryEventObject,? super XMLHttpRequest,? super Object,? extends Object> handler)
Register a handler to be called when Ajax requests complete.
|
void |
JQueryStatic.ajaxPrefilter(Function.A3<? super Object,? super JQueryAjaxSettings,? super JQueryXHR,? extends Object> handler)
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().
|
void |
JQueryStatic.ajaxPrefilter(String dataTypes,
Function.A3<? super Object,? super JQueryAjaxSettings,? super JQueryXHR,? extends Object> handler)
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().
|
JQuery |
JQuery.ajaxSend(Function.A3<? super JQueryEventObject,? super JQueryXHR,? super JQueryAjaxSettings,? extends Object> handler)
Attach a function to be executed before an Ajax request is sent.
|
JQuery |
JQuery.ajaxSuccess(Function.A3<? super JQueryEventObject,? super XMLHttpRequest,? super JQueryAjaxSettings,? extends Object> handler)
Attach a function to be executed whenever an Ajax request completes successfully.
|
JQueryXHR |
JQueryStatic.get(String url,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success)
Load data from the server using a HTTP GET request.
|
JQueryXHR |
JQueryStatic.get(String url,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success,
String dataType)
Load data from the server using a HTTP GET request.
|
JQueryXHR |
JQueryStatic.get(String url,
Objs data,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success)
Load data from the server using a HTTP GET request.
|
JQueryXHR |
JQueryStatic.get(String url,
Objs data,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success,
String dataType)
Load data from the server using a HTTP GET request.
|
JQueryXHR |
JQueryStatic.get(String url,
String data,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success)
Load data from the server using a HTTP GET request.
|
JQueryXHR |
JQueryStatic.get(String url,
String data,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success,
String dataType)
Load data from the server using a HTTP GET request.
|
JQueryXHR |
JQueryStatic.getJSON(String url,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success)
Load JSON-encoded data from the server using a GET HTTP request.
|
JQueryXHR |
JQueryStatic.getJSON(String url,
Objs data,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success)
Load JSON-encoded data from the server using a GET HTTP request.
|
JQueryXHR |
JQueryStatic.getJSON(String url,
String data,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success)
Load JSON-encoded data from the server using a GET HTTP request.
|
JQueryXHR |
JQueryStatic.getScript(String url,
Function.A3<? super String,? super String,? super JQueryXHR,? extends Object> success)
Load a JavaScript file from the server using a GET HTTP request, then execute it.
|
JQuery |
JQuery.load(String url,
Objs data,
Function.A3<? super String,? super String,? super XMLHttpRequest,? extends Object> complete)
Load data from the server and place the returned HTML into the matched element.
|
JQuery |
JQuery.load(String url,
String data,
Function.A3<? super String,? super String,? super XMLHttpRequest,? extends Object> complete)
Load data from the server and place the returned HTML into the matched element.
|
JQueryXHR |
JQueryStatic.post(String url,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success)
Load data from the server using a HTTP POST request.
|
JQueryXHR |
JQueryStatic.post(String url,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success,
String dataType)
Load data from the server using a HTTP POST request.
|
JQueryXHR |
JQueryStatic.post(String url,
Objs data,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success)
Load data from the server using a HTTP POST request.
|
JQueryXHR |
JQueryStatic.post(String url,
Objs data,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success,
String dataType)
Load data from the server using a HTTP POST request.
|
JQueryXHR |
JQueryStatic.post(String url,
String data,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success)
Load data from the server using a HTTP POST request.
|
JQueryXHR |
JQueryStatic.post(String url,
String data,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success,
String dataType)
Load data from the server using a HTTP POST request.
|
<R> JQueryPromise<R> |
JQueryXHR.then(Function.A3<? super Object,? super String,? super JQueryXHR,? extends R> doneCallback)
Incorporates the functionality of the .done() and .fail() methods, allowing (as of jQuery 1.8) the underlying Promise to be manipulated.
|
<R> JQueryPromise<R> |
JQueryXHR.then(Function.A3<? super Object,? super String,? super JQueryXHR,? extends R> doneCallback,
Function.A3<? super JQueryXHR,? super String,? super Object,? extends Void> failCallback)
Incorporates the functionality of the .done() and .fail() methods, allowing (as of jQuery 1.8) the underlying Promise to be manipulated.
|
<R> JQueryPromise<R> |
JQueryXHR.then(Function.A3<? super Object,? super String,? super JQueryXHR,? extends R> doneCallback,
Function.A3<? super JQueryXHR,? super String,? super Object,? extends Void> failCallback)
Incorporates the functionality of the .done() and .fail() methods, allowing (as of jQuery 1.8) the underlying Promise to be manipulated.
|
JQuery |
JQuery.toggleClass(Function.A3<? super Number,? super String,? super Boolean,? extends String> func)
Add or remove one or more classes from each element in the set of matched elements, depending on either the class's presence or the value of the switch argument.
|
JQuery |
JQuery.toggleClass(Function.A3<? super Number,? super String,? super Boolean,? extends String> func,
Boolean swtch)
Add or remove one or more classes from each element in the set of matched elements, depending on either the class's presence or the value of the switch argument.
|
Modifier and Type | Field and Description |
---|---|
Objs.Property<Function.A3<? super String,? super String,? super Function.A2<? super String,? super String,? extends Void>,? extends String>> |
KnockoutBindingHandler.preprocess |
Modifier and Type | Method and Description |
---|---|
Function.A3<? super String,? super String,? super Function.A2<? super String,? super String,? extends Void>,? extends String> |
KnockoutBindingHandler.preprocess() |
Modifier and Type | Method and Description |
---|---|
static void |
Exports.on(Void event,
Function.A3<? super Worker,? super Number,? super String,? extends Void> listener) |
Modifier and Type | Method and Description |
---|---|
static String |
Exports.lookup(String domain,
double family,
Function.A3<? super Error,? super String,? super Number,? extends Void> callback) |
static String |
Exports.lookup(String domain,
Function.A3<? super Error,? super String,? super Number,? extends Void> callback) |
Modifier and Type | Method and Description |
---|---|
static void |
Exports.read(double fd,
Buffer buffer,
double offset,
double length,
double position,
Function.A3<? super ErrnoException,? super Number,? super Buffer,? extends Void> callback) |
static void |
Exports.write(double fd,
Buffer buffer,
double offset,
double length,
double position,
Function.A3<? super ErrnoException,? super Number,? super Buffer,? extends Void> callback) |
static void |
Exports.write(double fd,
Buffer buffer,
double offset,
double length,
Function.A3<? super ErrnoException,? super Number,? super Buffer,? extends Void> callback) |
static void |
Exports.write(double fd,
Object data,
double offset,
Function.A3<? super ErrnoException,? super Number,? super String,? extends Void> callback) |
static void |
Exports.write(double fd,
Object data,
double offset,
String encoding,
Function.A3<? super ErrnoException,? super Number,? super String,? extends Void> callback) |
static void |
Exports.write(double fd,
Object data,
Function.A3<? super ErrnoException,? super Number,? super String,? extends Void> callback) |
Modifier and Type | Method and Description |
---|---|
static ChildProcess |
Exports.exec(String command,
ExecOptions options,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.exec(String command,
ExecOptionsWithBufferEncoding options,
Function.A3<? super Error,? super Buffer,? super Buffer,? extends Void> callback) |
static ChildProcess |
Exports.exec(String command,
ExecOptionsWithStringEncoding options,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.exec(String command,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
ExecFileOptions options,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
ExecFileOptionsWithBufferEncoding options,
Function.A3<? super Error,? super Buffer,? super Buffer,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
ExecFileOptionsWithStringEncoding options,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
String[] args,
ExecFileOptions options,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
String[] args,
ExecFileOptionsWithBufferEncoding options,
Function.A3<? super Error,? super Buffer,? super Buffer,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
String[] args,
ExecFileOptionsWithStringEncoding options,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
String[] args,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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.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.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) |
Copyright © 2018. All rights reserved.