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 |
---|---|
Function.A2<? super Object,? super Object,? extends IPromise<Object>> |
IAsyncModelValidators.$get(String index) |
Function.A2<? super Object,? super Object,? extends Boolean> |
IModelValidators.$get(String index)
viewValue is any because it can be an object that is called in the view like $viewValue.name:$viewValue.subName
|
Function.A2<? super Object,? super Object,? extends Object> |
ISCEService.parse(String type,
String expression) |
Function.A2<? super Object,? super Object,? extends Object> |
ISCEService.parseAsCss(String expression) |
Function.A2<? super Object,? super Object,? extends Object> |
ISCEService.parseAsHtml(String expression) |
Function.A2<? super Object,? super Object,? extends Object> |
ISCEService.parseAsJs(String expression) |
Function.A2<? super Object,? super Object,? extends Object> |
ISCEService.parseAsResourceUrl(String expression) |
Function.A2<? super Object,? super Object,? extends Object> |
ISCEService.parseAsUrl(String expression) |
Modifier and Type | Method and Description |
---|---|
<T> IPromise<T> |
IQService.$apply(Function.A2<? super IQResolveReject<T>,? super IQResolveReject<Object>,? extends Object> resolver) |
Function.A0<? extends Void> |
IRootScopeService.$on(String name,
Function.A2<? super IAngularEvent,? super Array<Object>,? extends Object> listener)
Listens on events of a given type.
|
Object |
IAngularStatic.forEach(Object obj,
Function.A2<? super Object,? super Object,? extends Object> iterator)
Invokes the iterator function once for each item in obj collection, which can be either an object or an array.
|
Object |
IAngularStatic.forEach(Object obj,
Function.A2<? super Object,? super Object,? extends Object> iterator,
Object context)
Invokes the iterator function once for each item in obj collection, which can be either an object or an array.
|
<T> Object |
IAngularStatic.forEach(Objs obj,
Function.A2<? super T,? super String,? extends Object> iterator)
Invokes the iterator function once for each item in obj collection, which can be either an object or an array.
|
<T> Object |
IAngularStatic.forEach(Objs obj,
Function.A2<? super T,? super String,? extends Object> iterator,
Object context)
Invokes the iterator function once for each item in obj collection, which can be either an object or an array.
|
<T> Object |
IAngularStatic.forEach(T[] obj,
Function.A2<? super T,? super Number,? extends Object> iterator)
Invokes the iterator function once for each item in obj collection, which can be either an object or an array.
|
<T> Object |
IAngularStatic.forEach(T[] obj,
Function.A2<? super T,? super Number,? extends Object> iterator,
Object context)
Invokes the iterator function once for each item in obj collection, which can be either an object or an array.
|
Modifier and Type | Field and Description |
---|---|
Objs.Property<Function.A2<? super JQueryPromise<Object>,? super Boolean,? extends Object>> |
JQueryAnimationOptions.always
A function to be called when the animation completes or stops without completing (its Promise object is either resolved or rejected).
|
Objs.Property<Function.A2<? super JQueryPromise<Object>,? super Boolean,? extends Object>> |
JQueryAnimationOptions.done
A function to be called when the animation completes (its Promise object is resolved).
|
Objs.Property<Function.A2<? super JQueryPromise<Object>,? super Boolean,? extends Object>> |
JQueryAnimationOptions.fail
A function to be called when the animation fails to complete (its Promise object is rejected).
|
Objs.Property<Function.A2<? super Number,? super Object,? extends Object>> |
JQueryAnimationOptions.step
A function to be called for each animated property of each animated element.
|
Modifier and Type | Method and Description |
---|---|
Function.A2<? super JQueryPromise<Object>,? super Boolean,? extends Object> |
JQueryAnimationOptions.always() |
Function.A2<? super JQueryPromise<Object>,? super Boolean,? extends Object> |
JQueryAnimationOptions.done() |
Function.A2<? super JQueryPromise<Object>,? super Boolean,? extends Object> |
JQueryAnimationOptions.fail() |
Function.A2<? super Number,? super Object,? extends Object> |
JQueryAnimationOptions.step() |
Modifier and Type | Method and Description |
---|---|
JQuery |
JQuery.addClass(Function.A2<? super Number,? super String,? extends String> func)
Adds the specified class(es) to each of the set of matched elements.
|
JQuery |
JQuery.after(Function.A2<? super Number,? super String,? extends Union.A3<String,Element,JQuery>> func)
Insert content, specified by the parameter, after each element in the set of matched elements.
|
JQuery |
JQuery.append(Function.A2<? super Number,? super String,? extends Union.A3<String,Element,JQuery>> func)
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
|
JQuery |
JQuery.attr(String attributeName,
Function.A2<? super Number,? super String,? extends Union.A2<String,Number>> func)
Set one or more attributes for the set of matched elements.
|
JQuery |
JQuery.before(Function.A2<? super Number,? super String,? extends Union.A3<String,Element,JQuery>> func)
Insert content, specified by the parameter, before each element in the set of matched elements.
|
JQuery |
JQuery.css(String propertyName,
Function.A2<? super Number,? super String,? extends Union.A2<String,Number>> value)
Set one or more CSS properties for the set of matched elements.
|
JQuery |
JQuery.each(Function.A2<? super Number,? super Element,? extends Object> func)
Iterate over a jQuery object, executing a function for each matched element.
|
Object |
JQueryStatic.each(Object collection,
Function.A2<? super Object,? super Object,? extends Object> callback)
A generic iterator function, which can be used to seamlessly iterate over both objects and arrays.
|
<T> Object |
JQueryStatic.each(T[] collection,
Function.A2<? super Number,? super T,? extends Object> callback)
A generic iterator function, which can be used to seamlessly iterate over both objects and arrays.
|
JQuery |
JQuery.filter(Function.A2<? super Number,? super Element,? extends Object> func)
Reduce the set of matched elements to those that match the selector or pass the function's test.
|
<T> Array<T> |
JQueryStatic.grep(T[] array,
Function.A2<? super T,? super Number,? extends Boolean> func)
Finds the elements of an array which satisfy a filter function.
|
<T> Array<T> |
JQueryStatic.grep(T[] array,
Function.A2<? super T,? super Number,? extends Boolean> func,
Boolean invert)
Finds the elements of an array which satisfy a filter function.
|
JQuery |
JQuery.height(Function.A2<? super Number,? super Number,? extends Union.A2<Number,String>> func)
Set the CSS height of every matched element.
|
JQuery |
JQuery.html(Function.A2<? super Number,? super String,? extends String> func)
Set the HTML contents of each element in the set of matched elements.
|
Boolean |
JQuery.is(Function.A2<? super Number,? super Element,? extends Boolean> func)
Check the current matched set of elements against a selector, element, or jQuery object and return true if at least one of these elements matches the given args.
|
JQuery |
JQuery.map(Function.A2<? super Number,? super Element,? extends Object> callback)
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
|
Object |
JQueryStatic.map(Object arrayOrObject,
Function.A2<? super Object,? super Object,? extends Object> callback)
Translate all items in an array or object to new array of items.
|
<T,U> Array<U> |
JQueryStatic.map(T[] array,
Function.A2<? super T,? super Number,? extends U> callback)
Translate all items in an array or object to new array of items.
|
JQuery |
JQuery.not(Function.A2<? super Number,? super Element,? extends Boolean> func)
Remove elements from the set of matched elements.
|
JQuery |
JQuery.off(String events,
Function.A2<? super JQueryEventObject,? super Array<Object>,? extends Object> handler)
Remove an event handler.
|
JQuery |
JQuery.offset(Function.A2<? super Number,? super JQueryCoordinates,? extends JQueryCoordinates> func)
An object containing the properties top and left, which are integers indicating the new top and left coordinates for the elements.
|
JQuery |
JQuery.on(String events,
Function.A2<? super JQueryEventObject,? super Array<Object>,? extends Object> handler)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.on(String events,
Object data,
Function.A2<? super JQueryEventObject,? super Array<Object>,? extends Object> handler)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.on(String events,
String selector,
Function.A2<? super JQueryEventObject,? super Array<Object>,? extends Object> handler)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.on(String events,
String selector,
Object data,
Function.A2<? super JQueryEventObject,? super Array<Object>,? extends Object> handler)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.prepend(Function.A2<? super Number,? super String,? extends Union.A3<String,Element,JQuery>> func)
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
|
JQuery |
JQuery.prop(String propertyName,
Function.A2<? super Number,? super Object,? extends Object> func)
Set one or more properties for the set of matched elements.
|
JQuery |
JQuery.removeClass(Function.A2<? super Number,? super String,? extends String> func)
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
|
JQuery |
JQuery.text(Function.A2<? super Number,? super String,? extends String> func)
Set the content of each element in the set of matched elements to the specified text.
|
JQueryPromise<Void> |
JQueryGenericPromise.then(Function.A2<? super T,? super Array<Object>,? extends Void> doneFilter)
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
|
JQueryPromise<Void> |
JQueryGenericPromise.then(Function.A2<? super T,? super Array<Object>,? extends Void> doneFilter,
Function.A1<? super Array<Object>,? extends Object> failFilter)
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
|
JQueryPromise<Void> |
JQueryGenericPromise.then(Function.A2<? super T,? super Array<Object>,? extends Void> doneFilter,
Function.A1<? super Array<Object>,? extends Object> failFilter,
Function.A1<? super Array<Object>,? extends Object> progressFilter)
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
|
JQuery |
JQuery.val(Function.A2<? super Number,? super String,? extends String> func)
Set the value of each element in the set of matched elements.
|
JQuery |
JQuery.width(Function.A2<? super Number,? super Number,? extends Union.A2<Number,String>> func)
Set the CSS width of each element in the set of matched elements.
|
Modifier and Type | Field and Description |
---|---|
Objs.Property<Function.A3<? super String,? super String,? super Function.A2<? super String,? super String,? extends Void>,? extends String>> |
KnockoutBindingHandler.preprocess |
Modifier and Type | Method and Description |
---|---|
Function.A3<? super String,? super String,? super Function.A2<? super String,? super String,? extends Void>,? extends String> |
KnockoutBindingHandler.preprocess() |
Modifier and Type | Method and Description |
---|---|
void |
KnockoutStatic.applyBindingAccessorsToNode(Node node,
Function.A2<? super KnockoutBindingContext,? super Node,? extends Objs> bindings,
KnockoutBindingContext bindingContext) |
void |
KnockoutStatic.applyBindingAccessorsToNode(Node node,
Function.A2<? super KnockoutBindingContext,? super Node,? extends Objs> bindings,
Object viewModel) |
<T> void |
KnockoutUtils.arrayForEach(T[] array,
Function.A2<? super T,? super Number,? extends Void> action) |
void |
KnockoutUtils.objectForEach(Object obj,
Function.A2<? super Object,? super Object,? extends Void> action) |
KnockoutObservableArray<T> |
KnockoutObservableArrayFunctions.sort(Function.A2<? super T,? super T,? extends Number> compareFunction) |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Function.A2<? super Object,? super ComponentInfo,? extends Object>> |
ViewModelFactoryFunction.createViewModel |
Modifier and Type | Method and Description |
---|---|
Function.A2<? super Object,? super ComponentInfo,? extends Object> |
ViewModelFactoryFunction.createViewModel() |
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.