| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Function> |
IArguments.callee |
| Modifier and Type | Method and Description |
|---|---|
static Function |
Function.$as(Object obj)
Casts given object to this class.
|
Function |
IArguments.callee() |
static <A> Function |
Function.newFunction(Function.A1<? super A,? extends Object> fn,
Class<A> argTypeA)
Factory method that wraps provided function interface into JavaScript
function 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 <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.
|
static <A,B,C,D> Function |
Function.newFunction(Function.A4<? super A,? super B,? super C,? super D,? extends Object> fn,
Class<A> argTypeA,
Class<B> argTypeB,
Class<C> argTypeC,
Class<D> argTypeD)
Factory method that wraps provided function interface into JavaScript
function object.
|
static Function |
Function.newFunction(Function.A5<? extends Object,? extends Object,? extends Object,? extends Object,? extends Object,? extends Object> fn)
Factory method that wraps provided function interface into JavaScript
function object.
|
static Function |
Function.newFunction(Function.A5<? extends Object,? extends Object,? extends Object,? extends Object,? extends Object,? extends Object> fn,
Class[] argTypes)
Factory method that wraps provided function interface into JavaScript
function object.
|
static <A,B,C,D,E> |
Function.newFunction(Function.A5<? super A,? super B,? super C,? super D,? super E,? extends Object> fn,
Class<A> argTypeA,
Class<B> argTypeB,
Class<C> argTypeC,
Class<D> argTypeD,
Class<E> argTypeE)
Factory method that wraps provided function interface into JavaScript
function object.
|
static Function |
Function.newFunction(String... args)
Calls the
constructor. |
| Modifier and Type | Method and Description |
|---|---|
void |
PerfWidgetExternal.addEventListener(String eventType,
Function callback) |
void |
PerfWidgetExternal.removeEventListener(String eventType,
Function callback) |
| Modifier and Type | Method and Description |
|---|---|
static Array<Function> |
Exports.listeners(String event) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Exports.addListener(String event,
Function listener) |
static void |
Exports.disconnect(Function callback) |
static Object |
Exports.on(String event,
Function listener) |
static void |
Exports.once(String event,
Function listener) |
static void |
Exports.removeListener(String event,
Function listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
Domain.run(Function fn) |
| Modifier and Type | Method and Description |
|---|---|
Array<Function> |
EventEmitter.listeners(String event) |
| Modifier and Type | Method and Description |
|---|---|
Object |
EventEmitter.addListener(String event,
Function listener) |
Object |
EventEmitter.on(String event,
Function listener) |
Object |
EventEmitter.once(String event,
Function listener) |
Object |
EventEmitter.removeListener(String event,
Function listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerResponse.end(Buffer buffer,
Function cb) |
void |
ClientRequest.end(Buffer buffer,
Function cb) |
void |
ServerResponse.end(String str,
Function cb) |
void |
ClientRequest.end(String str,
Function cb) |
void |
ServerResponse.end(String str,
String encoding,
Function cb) |
void |
ClientRequest.end(String str,
String encoding,
Function cb) |
void |
Server.setTimeout(double msecs,
Function callback) |
Timer |
IncomingMessage.setTimeout(double msecs,
Function callback) |
void |
ClientRequest.setTimeout(double timeout,
Function callback) |
Boolean |
ServerResponse.write(Buffer buffer,
Function cb) |
Boolean |
ClientRequest.write(Buffer buffer,
Function cb) |
Boolean |
ServerResponse.write(String str,
Function cb) |
Boolean |
ClientRequest.write(String str,
Function cb) |
Boolean |
ServerResponse.write(String str,
String encoding,
Function cb) |
Boolean |
ClientRequest.write(String str,
String encoding,
Function cb) |
| Modifier and Type | Method and Description |
|---|---|
static Server |
Exports.createServer(ServerOptions options,
Function requestListener) |
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.close(Function callback) |
static Socket |
Exports.connect(double port,
String host,
Function connectionListener) |
void |
Socket.connect(double port,
String host,
Function connectionListener) |
static Socket |
Exports.connect(Objs options,
Function connectionListener) |
static Socket |
Exports.connect(String path,
Function connectionListener) |
void |
Socket.connect(String path,
Function connectionListener) |
static Socket |
Exports.createConnection(double port,
String host,
Function connectionListener) |
static Socket |
Exports.createConnection(Objs options,
Function connectionListener) |
static Socket |
Exports.createConnection(String path,
Function connectionListener) |
void |
Socket.end(Buffer buffer,
Function cb) |
void |
Socket.end(String str,
Function cb) |
void |
Socket.end(String str,
String encoding,
Function cb) |
Server |
Server.listen(double port,
double backlog,
Function listeningListener) |
Server |
Server.listen(double port,
Function listeningListener) |
Server |
Server.listen(double port,
String hostname,
double backlog,
Function listeningListener) |
Server |
Server.listen(double port,
String hostname,
Function listeningListener) |
Server |
Server.listen(ListenOptions options,
Function listeningListener) |
Server |
Server.listen(Object handle,
double backlog,
Function listeningListener) |
Server |
Server.listen(Object handle,
Function listeningListener) |
Server |
Server.listen(String path,
double backlog,
Function listeningListener) |
Server |
Server.listen(String path,
Function listeningListener) |
void |
Socket.setTimeout(double timeout,
Function callback) |
Boolean |
Socket.write(Buffer buffer,
Function cb) |
Boolean |
Socket.write(Object data,
String encoding,
Function callback) |
Boolean |
Socket.write(String str,
Function cb) |
Boolean |
Socket.write(String str,
String encoding,
Function cb) |
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Function> |
Global.Promise |
Objs.Property<Function> |
Global.Symbol |
Objs.Property<Function> |
Global.Uint8ClampedArray |
| Modifier and Type | Method and Description |
|---|---|
Function |
Global.Promise() |
Function |
Global.Symbol() |
Function |
Global.Uint8ClampedArray() |
| Modifier and Type | Method and Description |
|---|---|
Array<Function> |
EventEmitter.listeners(String event) |
| Modifier and Type | Method and Description |
|---|---|
Object |
EventEmitter.addListener(String event,
Function listener) |
Object |
Domain.addListener(String event,
Function listener) |
void |
WritableStream.end(Buffer buffer,
Function cb) |
void |
WritableStream.end(String str,
Function cb) |
void |
WritableStream.end(String str,
String encoding,
Function cb) |
void |
Process.nextTick(Function callback) |
Object |
EventEmitter.on(String event,
Function listener) |
Object |
Domain.on(String event,
Function listener) |
Object |
EventEmitter.once(String event,
Function listener) |
Object |
Domain.once(String event,
Function listener) |
Object |
EventEmitter.removeListener(String event,
Function listener) |
Object |
Domain.removeListener(String event,
Function listener) |
void |
Domain.run(Function fn) |
Boolean |
WritableStream.write(Buffer buffer,
Function cb) |
Boolean |
WritableStream.write(String buffer,
Function cb) |
Boolean |
WritableStream.write(String str,
String encoding,
Function cb) |
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Function> |
ParseOptions.decodeURIComponent |
Objs.Property<Function> |
StringifyOptions.encodeURIComponent |
| Modifier and Type | Method and Description |
|---|---|
Function |
ParseOptions.decodeURIComponent() |
Function |
StringifyOptions.encodeURIComponent() |
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Function> |
ReplOptions.eval |
Objs.Property<Function> |
ReplOptions.writer |
| Modifier and Type | Method and Description |
|---|---|
Function |
ReplOptions.eval() |
Function |
ReplOptions.writer() |
| Modifier and Type | Method and Description |
|---|---|
void |
Transform._flush(Function callback) |
void |
Transform._transform(Object chunk,
String encoding,
Function callback) |
void |
Writable._write(Object chunk,
String encoding,
Function callback) |
void |
Duplex._write(Object chunk,
String encoding,
Function callback) |
void |
Writable.end(Object chunk,
Function cb) |
void |
Duplex.end(Object chunk,
Function cb) |
void |
Transform.end(Object chunk,
Function cb) |
void |
Writable.end(Object chunk,
String encoding,
Function cb) |
void |
Duplex.end(Object chunk,
String encoding,
Function cb) |
void |
Transform.end(Object chunk,
String encoding,
Function cb) |
Boolean |
Writable.write(Object chunk,
Function cb) |
Boolean |
Duplex.write(Object chunk,
Function cb) |
Boolean |
Transform.write(Object chunk,
Function cb) |
Boolean |
Writable.write(Object chunk,
String encoding,
Function cb) |
Boolean |
Duplex.write(Object chunk,
String encoding,
Function cb) |
Boolean |
Transform.write(Object chunk,
String encoding,
Function cb) |
Copyright © 2018. All rights reserved.