| Modifier and Type | Interface and Description |
|---|---|
static interface |
Function.A0<R>
Java function with no arguments.
|
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Function.A1<? super T,? extends Void>> |
TypedPropertyDescriptor.set |
| Modifier and Type | Method and Description |
|---|---|
Function.A1<? super T,? extends Void> |
TypedPropertyDescriptor.set() |
| Modifier and Type | Method and Description |
|---|---|
double |
Uint8ClampedArray.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint8Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint16Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int8Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int16Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Float64Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Float32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint8ClampedArray.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint8Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint16Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int8Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int16Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Float64Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Float32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
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.
|
<TResult> PromiseLike<TResult> |
PromiseLike.then(Function.A1<? super T,? extends Union.A2<TResult,PromiseLike<TResult>>> onfulfilled) |
<TResult> PromiseLike<TResult> |
PromiseLike.then(Function.A1<? super T,? extends Union.A2<TResult,PromiseLike<TResult>>> onfulfilled,
Function.A1<? super Object,? extends Void> onrejected) |
<TResult> PromiseLike<TResult> |
PromiseLike.then(Function.A1<? super T,? extends Union.A2<TResult,PromiseLike<TResult>>> onfulfilled,
Function.A1<? super Object,? extends Void> onrejected) |
| Modifier and Type | Field and Description |
|---|---|
static Function.A1<? super Event,? extends Object> |
Exports.onabort |
static Function.A1<? super Event,? extends Object> |
Exports.onafterprint |
static Function.A1<? super Event,? extends Object> |
Exports.onbeforeprint |
static Function.A1<? super BeforeUnloadEvent,? extends Object> |
Exports.onbeforeunload |
static Function.A1<? super FocusEvent,? extends Object> |
Exports.onblur |
static Function.A1<? super Event,? extends Object> |
Exports.oncanplay |
static Function.A1<? super Event,? extends Object> |
Exports.oncanplaythrough |
static Function.A1<? super Event,? extends Object> |
Exports.onchange |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onclick |
static Function.A1<? super Event,? extends Object> |
Exports.oncompassneedscalibration |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.oncontextmenu |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.ondblclick |
static Function.A1<? super DeviceMotionEvent,? extends Object> |
Exports.ondevicemotion |
static Function.A1<? super DeviceOrientationEvent,? extends Object> |
Exports.ondeviceorientation |
static Function.A1<? super DragEvent,? extends Object> |
Exports.ondrag |
static Function.A1<? super DragEvent,? extends Object> |
Exports.ondragend |
static Function.A1<? super DragEvent,? extends Object> |
Exports.ondragenter |
static Function.A1<? super DragEvent,? extends Object> |
Exports.ondragleave |
static Function.A1<? super DragEvent,? extends Object> |
Exports.ondragover |
static Function.A1<? super DragEvent,? extends Object> |
Exports.ondragstart |
static Function.A1<? super DragEvent,? extends Object> |
Exports.ondrop |
static Function.A1<? super Event,? extends Object> |
Exports.ondurationchange |
static Function.A1<? super Event,? extends Object> |
Exports.onemptied |
static Function.A1<? super Event,? extends Object> |
Exports.onended |
static Function.A1<? super FocusEvent,? extends Object> |
Exports.onfocus |
static Function.A1<? super HashChangeEvent,? extends Object> |
Exports.onhashchange |
static Function.A1<? super Event,? extends Object> |
Exports.oninput |
static Function.A1<? super KeyboardEvent,? extends Object> |
Exports.onkeydown |
static Function.A1<? super KeyboardEvent,? extends Object> |
Exports.onkeypress |
static Function.A1<? super KeyboardEvent,? extends Object> |
Exports.onkeyup |
static Function.A1<? super Event,? extends Object> |
Exports.onload |
static Function.A1<? super Event,? extends Object> |
Exports.onloadeddata |
static Function.A1<? super Event,? extends Object> |
Exports.onloadedmetadata |
static Function.A1<? super Event,? extends Object> |
Exports.onloadstart |
static Function.A1<? super MessageEvent,? extends Object> |
Exports.onmessage |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onmousedown |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onmouseenter |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onmouseleave |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onmousemove |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onmouseout |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onmouseover |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onmouseup |
static Function.A1<? super MouseWheelEvent,? extends Object> |
Exports.onmousewheel |
static Function.A1<? super MSGestureEvent,? extends Object> |
Exports.onmsgesturechange |
static Function.A1<? super MSGestureEvent,? extends Object> |
Exports.onmsgesturedoubletap |
static Function.A1<? super MSGestureEvent,? extends Object> |
Exports.onmsgestureend |
static Function.A1<? super MSGestureEvent,? extends Object> |
Exports.onmsgesturehold |
static Function.A1<? super MSGestureEvent,? extends Object> |
Exports.onmsgesturestart |
static Function.A1<? super MSGestureEvent,? extends Object> |
Exports.onmsgesturetap |
static Function.A1<? super MSGestureEvent,? extends Object> |
Exports.onmsinertiastart |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointercancel |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointerdown |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointerenter |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointerleave |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointermove |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointerout |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointerover |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointerup |
static Function.A1<? super Event,? extends Object> |
Exports.onoffline |
static Function.A1<? super Event,? extends Object> |
Exports.ononline |
static Function.A1<? super Event,? extends Object> |
Exports.onorientationchange |
static Function.A1<? super PageTransitionEvent,? extends Object> |
Exports.onpagehide |
static Function.A1<? super PageTransitionEvent,? extends Object> |
Exports.onpageshow |
static Function.A1<? super Event,? extends Object> |
Exports.onpause |
static Function.A1<? super Event,? extends Object> |
Exports.onplay |
static Function.A1<? super Event,? extends Object> |
Exports.onplaying |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointercancel |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointerdown |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointerenter |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointerleave |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointermove |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointerout |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointerover |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointerup |
static Function.A1<? super PopStateEvent,? extends Object> |
Exports.onpopstate |
static Function.A1<? super ProgressEvent,? extends Object> |
Exports.onprogress |
static Function.A1<? super Event,? extends Object> |
Exports.onratechange |
static Function.A1<? super ProgressEvent,? extends Object> |
Exports.onreadystatechange |
static Function.A1<? super Event,? extends Object> |
Exports.onreset |
static Function.A1<? super UIEvent,? extends Object> |
Exports.onresize |
static Function.A1<? super UIEvent,? extends Object> |
Exports.onscroll |
static Function.A1<? super Event,? extends Object> |
Exports.onseeked |
static Function.A1<? super Event,? extends Object> |
Exports.onseeking |
static Function.A1<? super UIEvent,? extends Object> |
Exports.onselect |
static Function.A1<? super Event,? extends Object> |
Exports.onstalled |
static Function.A1<? super StorageEvent,? extends Object> |
Exports.onstorage |
static Function.A1<? super Event,? extends Object> |
Exports.onsubmit |
static Function.A1<? super Event,? extends Object> |
Exports.onsuspend |
static Function.A1<? super Event,? extends Object> |
Exports.ontimeupdate |
static Function.A1<? super Event,? extends Object> |
Exports.onunload |
static Function.A1<? super Event,? extends Object> |
Exports.onvolumechange |
static Function.A1<? super Event,? extends Object> |
Exports.onwaiting |
static Function.A1<? super WheelEvent,? extends Object> |
Exports.onwheel |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptProcessorNode.addEventListener(Void type,
Function.A1<? super AudioProcessingEvent,? extends Object> listener) |
void |
ScriptProcessorNode.addEventListener(Void type,
Function.A1<? super AudioProcessingEvent,? extends Object> listener,
Boolean useCapture) |
void |
MSWebViewAsyncOperation.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener) |
void |
MSAppAsyncOperation.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener) |
void |
IDBTransaction.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener) |
void |
IDBDatabase.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener) |
void |
MSWebViewAsyncOperation.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener,
Boolean useCapture) |
void |
MSAppAsyncOperation.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener,
Boolean useCapture) |
void |
IDBTransaction.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener,
Boolean useCapture) |
void |
IDBDatabase.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener,
Boolean useCapture) |
void |
WebSocket.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
TextTrackCue.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
TextTrack.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
Screen.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
OscillatorNode.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
OfflineAudioContext.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
MSInputMethodContext.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
IDBRequest.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
AudioBufferSourceNode.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
ApplicationCache.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
WebSocket.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
TextTrackCue.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
TextTrack.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
Screen.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
OscillatorNode.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
OfflineAudioContext.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
MSInputMethodContext.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
IDBRequest.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
AudioBufferSourceNode.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
ApplicationCache.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
Worker.addEventListener(Void type,
Function.A1<? super MessageEvent,? extends Object> listener) |
void |
MessagePort.addEventListener(Void type,
Function.A1<? super MessageEvent,? extends Object> listener) |
void |
Worker.addEventListener(Void type,
Function.A1<? super MessageEvent,? extends Object> listener,
Boolean useCapture) |
void |
MessagePort.addEventListener(Void type,
Function.A1<? super MessageEvent,? extends Object> listener,
Boolean useCapture) |
void |
XMLHttpRequestEventTarget.addEventListener(Void type,
Function.A1<? super ProgressEvent,? extends Object> listener) |
void |
XMLHttpRequest.addEventListener(Void type,
Function.A1<? super ProgressEvent,? extends Object> listener) |
void |
MSBaseReader.addEventListener(Void type,
Function.A1<? super ProgressEvent,? extends Object> listener) |
void |
XMLHttpRequestEventTarget.addEventListener(Void type,
Function.A1<? super ProgressEvent,? extends Object> listener,
Boolean useCapture) |
void |
XMLHttpRequest.addEventListener(Void type,
Function.A1<? super ProgressEvent,? extends Object> listener,
Boolean useCapture) |
void |
MSBaseReader.addEventListener(Void type,
Function.A1<? super ProgressEvent,? extends Object> listener,
Boolean useCapture) |
void |
VideoTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener) |
void |
TextTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener) |
void |
AudioTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener) |
void |
VideoTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener,
Boolean useCapture) |
void |
TextTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener,
Boolean useCapture) |
void |
AudioTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener,
Boolean useCapture) |
void |
Window.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
SVGSVGElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
SVGElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLVideoElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLMediaElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLMarqueeElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLIFrameElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLFrameSetElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLFrameElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLBodyElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
GlobalEventHandlers.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
static void |
Exports.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
Element.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
Document.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
Window.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
SVGSVGElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
SVGElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLVideoElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLMediaElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLMarqueeElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLIFrameElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLFrameSetElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLFrameElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLBodyElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
GlobalEventHandlers.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
static void |
Exports.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
Element.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
Document.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
| 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 void |
Exports.on(Void event,
Function.A1<? super Object,? extends Void> listener) |
| Modifier and Type | Method and Description |
|---|---|
Object |
Domain.intercept(Function.A1<? super Object,? extends Object> cb) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Exports.access(String path,
double mode,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.access(String path,
Function.A1<? super ErrnoException,? extends Void> callback)
Tests a user's permissions for the file specified by path.
|
static void |
Exports.appendFile(String filename,
Object data,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.appendFile(String filename,
Object data,
Objs options,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.chmod(String path,
double mode,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.chmod(String path,
String mode,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.chown(String path,
double uid,
double gid,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.close(double fd,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.exists(String path,
Function.A1<? super Boolean,? extends Void> callback) |
static void |
Exports.fchmod(double fd,
double mode,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.fchmod(double fd,
String mode,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.fchown(double fd,
double uid,
double gid,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.fsync(double fd,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.ftruncate(double fd,
double len,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.ftruncate(double fd,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.futimes(double fd,
Date atime,
Date mtime,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.futimes(double fd,
double atime,
double mtime,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.lchmod(String path,
double mode,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.lchmod(String path,
String mode,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.lchown(String path,
double uid,
double gid,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.link(String srcpath,
String dstpath,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.mkdir(String path,
double mode,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.mkdir(String path,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.mkdir(String path,
String mode,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.rename(String oldPath,
String newPath,
Function.A1<? super ErrnoException,? extends Void> callback)
Asynchronous rename.
|
static void |
Exports.rmdir(String path,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.symlink(String srcpath,
String dstpath,
String type,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.truncate(String path,
double len,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.truncate(String path,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.unlink(String path,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.utimes(String path,
Date atime,
Date mtime,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.utimes(String path,
double atime,
double mtime,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.writeFile(String filename,
Object data,
Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.writeFile(String filename,
Object data,
Objs options,
Function.A1<? super ErrnoException,? extends Void> callback) |
| Modifier and Type | Method and Description |
|---|---|
static ClientRequest |
Exports.get(Object options,
Function.A1<? super IncomingMessage,? extends Void> callback) |
static ClientRequest |
Exports.request(RequestOptions options,
Function.A1<? super IncomingMessage,? extends Void> callback) |
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Function.A1<? super String,? extends Object>> |
ServerOptions.SNICallback |
| Modifier and Type | Method and Description |
|---|---|
Function.A1<? super String,? extends Object> |
ServerOptions.SNICallback() |
| Modifier and Type | Method and Description |
|---|---|
static ClientRequest |
Exports.get(RequestOptions options,
Function.A1<? super IncomingMessage,? extends Void> callback) |
static ClientRequest |
Exports.request(RequestOptions options,
Function.A1<? super IncomingMessage,? extends Void> callback) |
| Modifier and Type | Method and Description |
|---|---|
static Server |
Exports.createServer(Function.A1<? super Socket,? extends Void> connectionListener) |
static Server |
Exports.createServer(Objs options,
Function.A1<? super Socket,? extends Void> connectionListener) |
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Function.A1<? super Object,? extends Void>> |
Global.clearImmediate |
Objs.Property<Function.A1<? super Timer,? extends Void>> |
Global.clearInterval |
Objs.Property<Function.A1<? super Timer,? extends Void>> |
Global.clearTimeout |
Objs.Property<Function.A1<? super String,? extends String>> |
Global.escape |
Objs.Property<Function.A2<? super Function.A1<? super Array<Object>,? extends Void>,? super Array<Object>,? extends Object>> |
Global.setImmediate |
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 |
Objs.Property<Function.A1<? super String,? extends String>> |
Global.unescape |
| Modifier and Type | Method and Description |
|---|---|
Function.A1<? super Object,? extends Void> |
Global.clearImmediate() |
Function.A1<? super Timer,? extends Void> |
Global.clearInterval() |
Function.A1<? super Timer,? extends Void> |
Global.clearTimeout() |
Function.A1<? super String,? extends String> |
Global.escape() |
Function.A1<? super String,? extends String> |
Global.unescape() |
| Modifier and Type | Method and Description |
|---|---|
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.setTimeout() |
| Modifier and Type | Method and Description |
|---|---|
Object |
Domain.intercept(Function.A1<? super Object,? extends Object> cb) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReadLine.question(String query,
Function.A1<? super String,? extends Void> callback) |
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Function.A1<? super String,? extends Object>> |
TlsOptions.SNICallback |
| Modifier and Type | Method and Description |
|---|---|
Function.A1<? super String,? extends Object> |
TlsOptions.SNICallback() |
| Modifier and Type | Method and Description |
|---|---|
static Server |
Exports.createServer(TlsOptions options,
Function.A1<? super ClearTextStream,? extends Void> secureConnectionListener) |
Copyright © 2016. All rights reserved.