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