Package | Description |
---|---|
net.java.html.lib.node | |
net.java.html.lib.node.http | |
net.java.html.lib.node.NodeJS |
Modifier and Type | Method and Description |
---|---|
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 void |
Exports.clearInterval(Timer intervalId) |
static void |
Exports.clearTimeout(Timer timeoutId) |
Modifier and Type | Method and Description |
---|---|
Timer |
IncomingMessage.setTimeout(double msecs,
Function callback) |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Function.A1<? super Timer,? extends Void>> |
Global.clearInterval |
Objs.Property<Function.A1<? super Timer,? extends Void>> |
Global.clearTimeout |
Objs.Property<Function.A3<? super Function.A1<? super Array<Object>,? extends Void>,? super Number,? super Array<Object>,? extends Timer>> |
Global.setInterval |
Objs.Property<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 Timer |
Timer.$as(Object obj) |
Modifier and Type | Method and Description |
---|---|
Function.A1<? super Timer,? extends Void> |
Global.clearInterval() |
Function.A1<? super Timer,? extends Void> |
Global.clearTimeout() |
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() |
Copyright © 2018. All rights reserved.