| Modifier and Type | Interface and Description |
|---|---|
static interface |
Function.A0<R> |
static interface |
Function.A1<P1,R> |
static interface |
Function.A2<P1,P2,R> |
| 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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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.
|
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.
|
Copyright © 2016. All rights reserved.