| Modifier and Type | Class and Description |
|---|---|
class |
RegExpExecArray |
class |
RegExpMatchArray |
class |
TemplateStringsArray |
| Modifier and Type | Field and Description |
|---|---|
static Array<Object> |
Array.prototype |
| Modifier and Type | Method and Description |
|---|---|
static Array<?> |
Array.$as(Object obj)
Casts given object to this class.
|
Array<T> |
Array.$set(double index,
Object value)
Sets a value at index in the array.
|
Array<T> |
Array.concat(T... items)
Combines two or more arrays.
|
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.
|
static Array<String> |
Objs.keys(Object o)
Returns the names of the enumerable properties and methods of an object.
|
<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 <T> Array<T> |
Array.newArray() |
static <T> Array<T> |
Array.newArray(double arrayLength) |
static <T> Array<T> |
Array.newArray(T... items) |
Array<T> |
Array.reverse()
Reverses the elements in an Array.
|
Array<T> |
Array.slice()
Returns a section of an array.
|
Array<T> |
Array.slice(double start)
Returns a section of an array.
|
Array<T> |
Array.slice(double start,
double end)
Returns a section of an array.
|
Array<T> |
Array.sort()
Sorts an array.
|
Array<T> |
Array.sort(Function.A2<? super T,? super T,? extends Number> compareFn)
Sorts an array.
|
Array<T> |
Array.splice(double start)
Removes elements from an array and, if necessary, inserts new elements in their place, returning the deleted elements.
|
Array<T> |
Array.splice(double start,
double deleteCount,
T... items)
Removes elements from an array and, if necessary, inserts new elements in their place, returning the deleted elements.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 |
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.
|
<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.
|
<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.
|
<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.
|
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 |
|---|---|
Array<WebGLShader> |
WebGLRenderingContext.getAttachedShaders(WebGLProgram program) |
Array<String> |
MSInputMethodContext.getCompositionAlternatives() |
Array<DeferredPermissionRequest> |
MSHTMLWebViewElement.getDeferredPermissionRequests() |
Array<Gamepad> |
Navigator.getGamepads() |
Array<Number> |
CanvasRenderingContext2D.getLineDash() |
Array<String> |
WebGLRenderingContext.getSupportedExtensions() |
Array<MutationRecord> |
MutationObserver.takeRecords() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
Exports.setImmediate(Function.A1<? super Array<Object>,? extends Void> callback,
Object... args) |
static Timer |
Exports.setInterval(Function.A1<? super Array<Object>,? extends Void> callback,
double ms,
Object... args) |
static Timer |
Exports.setTimeout(Function.A1<? super Array<Object>,? extends Void> callback,
double ms,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
static Array<Function> |
Exports.listeners(String event) |
| Modifier and Type | Method and Description |
|---|---|
static Array<String> |
Exports.resolve(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolve(String domain,
String rrtype,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolve4(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolve6(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolveCname(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolveMx(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolveNs(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolveSrv(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolveTxt(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.reverse(String ip,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
| Modifier and Type | Method and Description |
|---|---|
static Array<String> |
Exports.resolve(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolve(String domain,
String rrtype,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolve4(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolve6(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolveCname(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolveMx(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolveNs(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolveSrv(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolveTxt(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.reverse(String ip,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
| Modifier and Type | Method and Description |
|---|---|
Array<Function> |
EventEmitter.listeners(String event) |
| Modifier and Type | Method and Description |
|---|---|
static Array<String> |
Exports.readdirSync(String path) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Exports.readdir(String path,
Function.A2<? super ErrnoException,? super Array<String>,? extends Void> callback) |
| Modifier and Type | Method and Description |
|---|---|
Array<Number> |
Process.hrtime() |
Array<Number> |
Process.hrtime(double[] time) |
Array<Function> |
EventEmitter.listeners(String event) |
| Modifier and Type | Method and Description |
|---|---|
Function.A2<? super Function.A1<? super Array<Object>,? extends Void>,? super Array<Object>,? extends Object> |
Global.setImmediate() |
Function.A2<? super Function.A1<? super Array<Object>,? extends Void>,? super Array<Object>,? extends Object> |
Global.setImmediate() |
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.setInterval() |
Function.A3<? super Function.A1<? super Array<Object>,? extends Void>,? super Number,? super Array<Object>,? extends Timer> |
Global.setTimeout() |
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 |
|---|---|
static Array<CpuInfo> |
Exports.cpus() |
static Array<Number> |
Exports.loadavg() |
| Modifier and Type | Method and Description |
|---|---|
static Array<Number> |
ucs2.decode(String string) |
| Modifier and Type | Method and Description |
|---|---|
static Function.A2<? super String,? super Array<Object>,? extends Void> |
Exports.debuglog(String key) |
Copyright © 2016. All rights reserved.