| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Uint8ClampedArray |
Uint8ClampedArray.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn)
Creates an array from an array-like or iterable object.
|
static Uint8Array |
Uint8Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn)
Creates an array from an array-like or iterable object.
|
static Uint32Array |
Uint32Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn)
Creates an array from an array-like or iterable object.
|
static Uint16Array |
Uint16Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn)
Creates an array from an array-like or iterable object.
|
static Int8Array |
Int8Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn)
Creates an array from an array-like or iterable object.
|
static Int32Array |
Int32Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn)
Creates an array from an array-like or iterable object.
|
static Int16Array |
Int16Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn)
Creates an array from an array-like or iterable object.
|
static Float64Array |
Float64Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn)
Creates an array from an array-like or iterable object.
|
static Float32Array |
Float32Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn)
Creates an array from an array-like or iterable object.
|
static Uint8ClampedArray |
Uint8ClampedArray.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn,
Object thisArg)
Creates an array from an array-like or iterable object.
|
static Uint8Array |
Uint8Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn,
Object thisArg)
Creates an array from an array-like or iterable object.
|
static Uint32Array |
Uint32Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn,
Object thisArg)
Creates an array from an array-like or iterable object.
|
static Uint16Array |
Uint16Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn,
Object thisArg)
Creates an array from an array-like or iterable object.
|
static Int8Array |
Int8Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn,
Object thisArg)
Creates an array from an array-like or iterable object.
|
static Int32Array |
Int32Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn,
Object thisArg)
Creates an array from an array-like or iterable object.
|
static Int16Array |
Int16Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn,
Object thisArg)
Creates an array from an array-like or iterable object.
|
static Float64Array |
Float64Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn,
Object thisArg)
Creates an array from an array-like or iterable object.
|
static Float32Array |
Float32Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn,
Object thisArg)
Creates an array from an array-like or iterable object.
|
static <A,B> Function |
Function.newFunction(Function.A2<? super A,? super B,? extends Object> fn,
Class<A> argTypeA,
Class<B> argTypeB)
Factory method that wraps provided function interface into JavaScript
function object.
|
static Object |
JSON.parse(String text,
Function.A2<? super Object,? super Object,? extends Object> reviver)
Converts a JavaScript Object Notation (JSON) string into an object.
|
Uint8ClampedArray |
Uint8ClampedArray.sort(Function.A2<? super Number,? super Number,? extends Number> compareFn)
Sorts an array.
|
Uint8Array |
Uint8Array.sort(Function.A2<? super Number,? super Number,? extends Number> compareFn)
Sorts an array.
|
Uint32Array |
Uint32Array.sort(Function.A2<? super Number,? super Number,? extends Number> compareFn)
Sorts an array.
|
Uint16Array |
Uint16Array.sort(Function.A2<? super Number,? super Number,? extends Number> compareFn)
Sorts an array.
|
Int8Array |
Int8Array.sort(Function.A2<? super Number,? super Number,? extends Number> compareFn)
Sorts an array.
|
Int32Array |
Int32Array.sort(Function.A2<? super Number,? super Number,? extends Number> compareFn)
Sorts an array.
|
Int16Array |
Int16Array.sort(Function.A2<? super Number,? super Number,? extends Number> compareFn)
Sorts an array.
|
Float64Array |
Float64Array.sort(Function.A2<? super Number,? super Number,? extends Number> compareFn)
Sorts an array.
|
Float32Array |
Float32Array.sort(Function.A2<? super Number,? super Number,? extends Number> compareFn)
Sorts an array.
|
Array<T> |
Array.sort(Function.A2<? super T,? super T,? extends Number> compareFn)
Sorts an array.
|
static String |
JSON.stringify(Object value,
Function.A2<? super String,? super Object,? extends Object> replacer)
Converts a JavaScript value to a JavaScript Object Notation (JSON) string.
|
static String |
JSON.stringify(Object value,
Function.A2<? super String,? super Object,? extends Object> replacer,
double space)
Converts a JavaScript value to a JavaScript Object Notation (JSON) string.
|
static String |
JSON.stringify(Object value,
Function.A2<? super String,? super Object,? extends Object> replacer,
String space)
Converts a JavaScript value to a JavaScript Object Notation (JSON) string.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Exports.on(Void event,
Function.A2<? super Worker,? super Object,? extends Void> listener) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Exports.pbkdf2(Buffer password,
Buffer salt,
double iterations,
double keylen,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(Buffer password,
Buffer salt,
double iterations,
double keylen,
String digest,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(Buffer password,
String salt,
double iterations,
double keylen,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(Buffer password,
String salt,
double iterations,
double keylen,
String digest,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(String password,
Buffer salt,
double iterations,
double keylen,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(String password,
Buffer salt,
double iterations,
double keylen,
String digest,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(String password,
String salt,
double iterations,
double keylen,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(String password,
String salt,
double iterations,
double keylen,
String digest,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pseudoRandomBytes(double size,
Function.A2<? super Error,? super Buffer,? extends Void> callback) |
static void |
Exports.randomBytes(double size,
Function.A2<? super Error,? super Buffer,? extends Void> callback) |
| Modifier and Type | Method and Description |
|---|---|
static Socket |
Exports.createSocket(String type,
Function.A2<? super Buffer,? super RemoteInfo,? extends Void> callback) |
void |
Socket.send(Buffer buf,
double offset,
double length,
double port,
String address,
Function.A2<? super Error,? super Number,? 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 |
|---|---|
Object |
Domain.bind(Function.A2<? super Error,? super Object,? extends Object> cb) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Exports.fstat(double fd,
Function.A2<? super ErrnoException,? super Stats,? extends Object> callback) |
static void |
Exports.lstat(String path,
Function.A2<? super ErrnoException,? super Stats,? extends Object> callback) |
static void |
Exports.open(String path,
String flags,
double mode,
Function.A2<? super ErrnoException,? super Number,? extends Object> callback) |
static void |
Exports.open(String path,
String flags,
Function.A2<? super ErrnoException,? super Number,? extends Object> callback) |
static void |
Exports.open(String path,
String flags,
String mode,
Function.A2<? super ErrnoException,? super Number,? extends Object> callback) |
static void |
Exports.readdir(String path,
Function.A2<? super ErrnoException,? super Array<String>,? extends Void> callback) |
static void |
Exports.readFile(String filename,
Function.A2<? super ErrnoException,? super Buffer,? extends Void> callback) |
static void |
Exports.readFile(String filename,
Objs options,
Function.A2<? super ErrnoException,? super Buffer,? extends Void> callback) |
static void |
Exports.readFile(String filename,
String encoding,
Function.A2<? super ErrnoException,? super String,? extends Void> callback) |
static void |
Exports.readlink(String path,
Function.A2<? super ErrnoException,? super String,? extends Object> callback) |
static void |
Exports.realpath(String path,
Function.A2<? super ErrnoException,? super String,? extends Object> callback) |
static void |
Exports.realpath(String path,
Objs cache,
Function.A2<? super ErrnoException,? super String,? extends Object> callback) |
static void |
Exports.stat(String path,
Function.A2<? super ErrnoException,? super Stats,? extends Object> callback) |
static void |
Exports.unwatchFile(String filename,
Function.A2<? super Stats,? super Stats,? extends Void> listener) |
static FSWatcher |
Exports.watch(String filename,
Function.A2<? super String,? super String,? extends Object> listener) |
static FSWatcher |
Exports.watch(String filename,
Objs options,
Function.A2<? super String,? super String,? extends Object> listener) |
static void |
Exports.watchFile(String filename,
Function.A2<? super Stats,? super Stats,? extends Void> listener) |
static void |
Exports.watchFile(String filename,
Objs options,
Function.A2<? super Stats,? super Stats,? extends Void> listener) |
| Modifier and Type | Method and Description |
|---|---|
static Server |
Exports.createServer(Function.A2<? super IncomingMessage,? super ServerResponse,? extends Void> requestListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
Server.getConnections(Function.A2<? super Error,? super Number,? extends Void> cb) |
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Function.A2<? super Function.A1<? super Array<Object>,? extends Void>,? super Array<Object>,? extends Object>> |
Global.setImmediate |
| Modifier and Type | Method and Description |
|---|---|
Function.A2<? super Function.A1<? super Array<Object>,? extends Void>,? super Array<Object>,? extends Object> |
Global.setImmediate() |
| Modifier and Type | Method and Description |
|---|---|
Object |
Domain.bind(Function.A2<? super Error,? super Object,? extends Object> cb) |
| Modifier and Type | Method and Description |
|---|---|
Object |
Completer.$apply(String line,
Function.A2<? super Object,? super CompleterResult,? extends Void> callback) |
Object |
ReadLineOptions.completer(String line,
Function.A2<? super Object,? super CompleterResult,? extends Void> callback) |
| Modifier and Type | Method and Description |
|---|---|
static Function.A2<? super String,? super Array<Object>,? extends Void> |
Exports.debuglog(String key) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Exports.deflate(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static void |
Exports.deflateRaw(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static void |
Exports.gunzip(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static void |
Exports.gzip(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static void |
Exports.inflate(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static void |
Exports.inflateRaw(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static void |
Exports.unzip(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
Copyright © 2018. All rights reserved.