Modifier and Type | Class and Description |
---|---|
class |
RegExpExecArray |
class |
RegExpMatchArray |
class |
TemplateStringsArray |
Modifier and Type | Field and Description |
---|---|
static Array<Object> |
Array.prototype |
Modifier and Type | Method and Description |
---|---|
static Array<?> |
Array.$as(Object obj)
Casts given object to this class.
|
Array<T> |
Array.$set(double index,
Object value)
Sets a value at index in the array.
|
Array<T> |
Array.concat(T... items)
Combines two or more arrays.
|
Array<T> |
Array.filter(Function.A3<? super T,? super Number,? super Array<T>,? extends Boolean> callbackfn)
Returns the elements of an array that meet the condition specified in a callback function.
|
Array<T> |
Array.filter(Function.A3<? super T,? super Number,? super Array<T>,? extends Boolean> callbackfn,
Object thisArg)
Returns the elements of an array that meet the condition specified in a callback function.
|
static Array<String> |
Objs.keys(Object o)
Returns the names of the enumerable properties and methods of an object.
|
<U> Array<U> |
Array.map(Function.A3<? super T,? super Number,? super Array<T>,? extends U> callbackfn)
Calls a defined callback function on each element of an array, and returns an array that contains the results.
|
<U> Array<U> |
Array.map(Function.A3<? super T,? super Number,? super Array<T>,? extends U> callbackfn,
Object thisArg)
Calls a defined callback function on each element of an array, and returns an array that contains the results.
|
static <T> Array<T> |
Array.newArray() |
static <T> Array<T> |
Array.newArray(double arrayLength) |
static <T> Array<T> |
Array.newArray(T... items) |
Array<T> |
Array.reverse()
Reverses the elements in an Array.
|
Array<T> |
Array.slice()
Returns a section of an array.
|
Array<T> |
Array.slice(double start)
Returns a section of an array.
|
Array<T> |
Array.slice(double start,
double end)
Returns a section of an array.
|
Array<T> |
Array.sort()
Sorts an array.
|
Array<T> |
Array.sort(Function.A2<? super T,? super T,? extends Number> compareFn)
Sorts an array.
|
Array<T> |
Array.splice(double start)
Removes elements from an array and, if necessary, inserts new elements in their place, returning the deleted elements.
|
Array<T> |
Array.splice(double start,
double deleteCount,
T... items)
Removes elements from an array and, if necessary, inserts new elements in their place, returning the deleted elements.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
Array.every(Function.A3<? super T,? super Number,? super Array<T>,? extends Boolean> callbackfn)
Determines whether all the members of an array satisfy the specified test.
|
Boolean |
Array.every(Function.A3<? super T,? super Number,? super Array<T>,? extends Boolean> callbackfn,
Object thisArg)
Determines whether all the members of an array satisfy the specified test.
|
Array<T> |
Array.filter(Function.A3<? super T,? super Number,? super Array<T>,? extends Boolean> callbackfn)
Returns the elements of an array that meet the condition specified in a callback function.
|
Array<T> |
Array.filter(Function.A3<? super T,? super Number,? super Array<T>,? extends Boolean> callbackfn,
Object thisArg)
Returns the elements of an array that meet the condition specified in a callback function.
|
double |
Uint8ClampedArray.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint8Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint32Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint16Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int8Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int32Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int16Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Float64Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Float32Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint8ClampedArray.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate,
Object thisArg)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint8Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate,
Object thisArg)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint32Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate,
Object thisArg)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint16Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate,
Object thisArg)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int8Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate,
Object thisArg)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int32Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate,
Object thisArg)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int16Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate,
Object thisArg)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Float64Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate,
Object thisArg)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Float32Array.find(Function.A3<? super Number,? super Number,? super Array<Number>,? extends Boolean> predicate,
Object thisArg)
Returns the value of the first element in the array where predicate is true, and undefined
otherwise.
|
void |
Array.forEach(Function.A3<? super T,? super Number,? super Array<T>,? extends Void> callbackfn)
Performs the specified action for each element in an array.
|
void |
Array.forEach(Function.A3<? super T,? super Number,? super Array<T>,? extends Void> callbackfn,
Object thisArg)
Performs the specified action for each element in an array.
|
<U> Array<U> |
Array.map(Function.A3<? super T,? super Number,? super Array<T>,? extends U> callbackfn)
Calls a defined callback function on each element of an array, and returns an array that contains the results.
|
<U> Array<U> |
Array.map(Function.A3<? super T,? super Number,? super Array<T>,? extends U> callbackfn,
Object thisArg)
Calls a defined callback function on each element of an array, and returns an array that contains the results.
|
<U> U |
Array.reduce(Function.A4<? super U,? super T,? super Number,? super Array<T>,? extends U> callbackfn)
Calls the specified callback function for all the elements in an array.
|
<U> U |
Array.reduce(Function.A4<? super U,? super T,? super Number,? super Array<T>,? extends U> callbackfn,
U initialValue)
Calls the specified callback function for all the elements in an array.
|
<U> U |
Array.reduceRight(Function.A4<? super U,? super T,? super Number,? super Array<T>,? extends U> callbackfn)
Calls the specified callback function for all the elements in an array, in descending order.
|
<U> U |
Array.reduceRight(Function.A4<? super U,? super T,? super Number,? super Array<T>,? extends U> callbackfn,
U initialValue)
Calls the specified callback function for all the elements in an array, in descending order.
|
Boolean |
Array.some(Function.A3<? super T,? super Number,? super Array<T>,? extends Boolean> callbackfn)
Determines whether the specified callback function returns true for any element of an array.
|
Boolean |
Array.some(Function.A3<? super T,? super Number,? super Array<T>,? extends Boolean> callbackfn,
Object thisArg)
Determines whether the specified callback function returns true for any element of an array.
|
Modifier and Type | Method and Description |
---|---|
<T> Array<T> |
IFilterLimitTo.$apply(T[] input,
double limit) |
<T> Array<T> |
IFilterLimitTo.$apply(T[] input,
double limit,
double begin) |
<T> Array<T> |
IFilterLimitTo.$apply(T[] input,
double limit,
String begin) |
<T> Array<T> |
IFilterFilter.$apply(T[] array,
IFilterFilterPatternObject expression) |
<T> Array<T> |
IFilterFilter.$apply(T[] array,
IFilterFilterPatternObject expression,
Boolean comparator) |
<T> Array<T> |
IFilterFilter.$apply(T[] array,
IFilterFilterPatternObject expression,
IFilterFilterComparatorFunc<T> comparator) |
<T> Array<T> |
IFilterFilter.$apply(T[] array,
IFilterFilterPredicateFunc<T> expression) |
<T> Array<T> |
IFilterFilter.$apply(T[] array,
IFilterFilterPredicateFunc<T> expression,
Boolean comparator) |
<T> Array<T> |
IFilterFilter.$apply(T[] array,
IFilterFilterPredicateFunc<T> expression,
IFilterFilterComparatorFunc<T> comparator) |
<T> Array<T> |
IFilterOrderBy.$apply(T[] array,
Objs expression) |
<T> Array<T> |
IFilterOrderBy.$apply(T[] array,
Objs[] expression) |
<T> Array<T> |
IFilterOrderBy.$apply(T[] array,
Objs[] expression,
Boolean reverse) |
<T> Array<T> |
IFilterOrderBy.$apply(T[] array,
Objs expression,
Boolean reverse) |
<T> Array<T> |
IFilterLimitTo.$apply(T[] input,
String limit) |
<T> Array<T> |
IFilterFilter.$apply(T[] array,
String expression) |
<T> Array<T> |
IFilterOrderBy.$apply(T[] array,
String expression) |
<T> Array<T> |
IFilterFilter.$apply(T[] array,
String expression,
Boolean comparator) |
<T> Array<T> |
IFilterOrderBy.$apply(T[] array,
String expression,
Boolean reverse) |
<T> Array<T> |
IFilterLimitTo.$apply(T[] input,
String limit,
double begin) |
<T> Array<T> |
IFilterFilter.$apply(T[] array,
String expression,
IFilterFilterComparatorFunc<T> comparator) |
<T> Array<T> |
IFilterLimitTo.$apply(T[] input,
String limit,
String begin) |
Array<Object> |
ISCEDelegateProvider.resourceUrlBlacklist() |
Array<Object> |
ISCEDelegateProvider.resourceUrlWhitelist() |
Modifier and Type | Method and Description |
---|---|
<T> IPromise<T> |
ITimeoutService.$apply(Function.A1<? super Array<Object>,? extends T> fn,
double delay) |
<T> IPromise<T> |
ITimeoutService.$apply(Function.A1<? super Array<Object>,? extends T> fn,
double delay,
Boolean invokeApply) |
<T> IPromise<T> |
ITimeoutService.$apply(Function.A1<? super Array<Object>,? extends T> fn,
double delay,
Boolean invokeApply,
Object... args) |
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.
|
Modifier and Type | Method and Description |
---|---|
Array<String> |
IInjectorService.annotate(Function fn) |
Array<String> |
IInjectorService.annotate(Function fn,
Boolean strictDi) |
Array<String> |
IInjectorService.annotate(Object[] inlineAnnotatedFunction) |
Modifier and Type | Method and Description |
---|---|
Array<WebGLShader> |
WebGLRenderingContext.getAttachedShaders(WebGLProgram program) |
Array<String> |
MSInputMethodContext.getCompositionAlternatives() |
Array<DeferredPermissionRequest> |
MSHTMLWebViewElement.getDeferredPermissionRequests() |
Array<Gamepad> |
Navigator.getGamepads() |
Array<Number> |
CanvasRenderingContext2D.getLineDash() |
Array<String> |
WebGLRenderingContext.getSupportedExtensions() |
Array<MutationRecord> |
MutationObserver.takeRecords() |
Modifier and Type | Method and Description |
---|---|
Array<Object> |
JQuery.closest(Object selectors)
Get an array of all the elements and selectors matched against the current element up through the DOM tree.
|
Array<Object> |
JQuery.closest(Object selectors,
Element context)
Get an array of all the elements and selectors matched against the current element up through the DOM tree.
|
Array<Object> |
JQuery.get()
Retrieve the elements matched by the jQuery object.
|
<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.
|
Array<Object> |
JQueryStatic.makeArray(Object obj)
Convert an array-like object into a true JavaScript array.
|
<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.
|
<T> Array<T> |
JQueryStatic.merge(T[] first,
T[] second)
Merge the contents of two arrays together into the first array.
|
Array<Object> |
JQueryStatic.parseHTML(String data)
Parses a string into an array of DOM nodes.
|
Array<Object> |
JQueryStatic.parseHTML(String data,
Document context)
Parses a string into an array of DOM nodes.
|
Array<Object> |
JQueryStatic.parseHTML(String data,
Document context,
Boolean keepScripts)
Parses a string into an array of DOM nodes.
|
Array<Object> |
JQueryStatic.parseHTML(String data,
HTMLElement context)
Parses a string into an array of DOM nodes.
|
Array<Object> |
JQueryStatic.parseHTML(String data,
HTMLElement context,
Boolean keepScripts)
Parses a string into an array of DOM nodes.
|
Array<Object> |
JQuery.queue()
Show the queue of functions to be executed on the matched elements.
|
Array<Object> |
JQueryStatic.queue(Element element)
Show the queue of functions to be executed on the matched element.
|
Array<Object> |
JQueryStatic.queue(Element element,
String queueName)
Show the queue of functions to be executed on the matched element.
|
Array<Object> |
JQuery.queue(String queueName)
Show the queue of functions to be executed on the matched elements.
|
Array<JQuerySerializeArrayElement> |
JQuery.serializeArray()
Encode a set of form elements as an array of names and values.
|
Array<Object> |
JQuery.toArray()
Retrieve all the elements contained in the jQuery set, as an array.
|
Array<Element> |
JQueryStatic.unique(Element[] array)
Sorts an array of DOM elements, in place, with the duplicates removed.
|
Modifier and Type | Method and Description |
---|---|
JQueryPromise<U> |
JQueryPromiseOperator.$apply(JQueryPromiseCallback<T>[] callback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> callbacksN) |
JQueryPromise<U> |
JQueryPromiseOperator.$apply(JQueryPromiseCallback<T> callback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> callbacksN) |
JQueryDeferred<T> |
JQueryDeferred.always(JQueryPromiseCallback<Object>[] alwaysCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> alwaysCallbacksN)
Add handlers to be called when the Deferred object is either resolved or rejected.
|
JQueryPromise<T> |
JQueryPromise.always(JQueryPromiseCallback<Object>[] alwaysCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> alwaysCallbacksN)
Add handlers to be called when the Deferred object is either resolved or rejected.
|
JQueryDeferred<T> |
JQueryDeferred.always(JQueryPromiseCallback<Object> alwaysCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> alwaysCallbacksN)
Add handlers to be called when the Deferred object is either resolved or rejected.
|
JQueryPromise<T> |
JQueryPromise.always(JQueryPromiseCallback<Object> alwaysCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> alwaysCallbacksN)
Add handlers to be called when the Deferred object is either resolved or rejected.
|
JQueryDeferred<T> |
JQueryDeferred.done(JQueryPromiseCallback<T>[] doneCallback1,
Array<Union.A2<JQueryPromiseCallback<T>,JQueryPromiseCallback<T>[]>> doneCallbackN)
Add handlers to be called when the Deferred object is resolved.
|
JQueryPromise<T> |
JQueryPromise.done(JQueryPromiseCallback<T>[] doneCallback1,
Array<Union.A2<JQueryPromiseCallback<T>,JQueryPromiseCallback<T>[]>> doneCallbackN)
Add handlers to be called when the Deferred object is resolved.
|
JQueryDeferred<T> |
JQueryDeferred.done(JQueryPromiseCallback<T> doneCallback1,
Array<Union.A2<JQueryPromiseCallback<T>,JQueryPromiseCallback<T>[]>> doneCallbackN)
Add handlers to be called when the Deferred object is resolved.
|
JQueryPromise<T> |
JQueryPromise.done(JQueryPromiseCallback<T> doneCallback1,
Array<Union.A2<JQueryPromiseCallback<T>,JQueryPromiseCallback<T>[]>> doneCallbackN)
Add handlers to be called when the Deferred object is resolved.
|
JQueryDeferred<T> |
JQueryDeferred.fail(JQueryPromiseCallback<Object>[] failCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> failCallbacksN)
Add handlers to be called when the Deferred object is rejected.
|
JQueryPromise<T> |
JQueryPromise.fail(JQueryPromiseCallback<Object>[] failCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> failCallbacksN)
Add handlers to be called when the Deferred object is rejected.
|
JQueryDeferred<T> |
JQueryDeferred.fail(JQueryPromiseCallback<Object> failCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> failCallbacksN)
Add handlers to be called when the Deferred object is rejected.
|
JQueryPromise<T> |
JQueryPromise.fail(JQueryPromiseCallback<Object> failCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> failCallbacksN)
Add handlers to be called when the Deferred object is rejected.
|
JQueryDeferred<T> |
JQueryDeferred.progress(JQueryPromiseCallback<Object>[] progressCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> progressCallbackN)
Add handlers to be called when the Deferred object generates progress notifications.
|
JQueryPromise<T> |
JQueryPromise.progress(JQueryPromiseCallback<Object>[] progressCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> progressCallbackN)
Add handlers to be called when the Deferred object generates progress notifications.
|
JQueryDeferred<T> |
JQueryDeferred.progress(JQueryPromiseCallback<Object> progressCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> progressCallbackN)
Add handlers to be called when the Deferred object generates progress notifications.
|
JQueryPromise<T> |
JQueryPromise.progress(JQueryPromiseCallback<Object> progressCallback1,
Array<Union.A2<JQueryPromiseCallback<Object>,JQueryPromiseCallback<Object>[]>> progressCallbackN)
Add handlers to be called when the Deferred object generates progress notifications.
|
<T> JQueryPromise<T> |
JQueryStatic.when(Array<Union.A2<T,JQueryPromise<T>>> deferreds)
Provides a way to execute callback functions based on one or more objects, usually Deferred objects that represent asynchronous events.
|
Modifier and Type | Method and Description |
---|---|
JQuery |
JQuery.off(String events,
Function.A2<? super JQueryEventObject,? super Array<Object>,? extends Object> handler)
Remove an event handler.
|
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.
|
Object |
JQueryStatic.proxy(Function.A1<? super Array<Object>,? extends Object> fnction,
Objs context,
Object... additionalArguments)
Takes a function and returns a new one that will always have a particular context.
|
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)
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.
|
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.
|
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.
|
Modifier and Type | Field and Description |
---|---|
Objs.Property<Array<String>> |
KnockoutBindingHandler.after |
Modifier and Type | Method and Description |
---|---|
Array<String> |
KnockoutBindingHandler.after() |
<T> Array<T> |
KnockoutUtils.arrayFilter(T[] array,
Function.A1<? super T,? extends Boolean> predicate) |
<T> Array<T> |
KnockoutUtils.arrayGetDistinctValues(T[] array) |
<T,U> Array<U> |
KnockoutUtils.arrayMap(T[] array,
Function.A1<? super T,? extends U> mapping) |
<T> Array<T> |
KnockoutUtils.arrayPushAll(KnockoutObservableArray<T> array,
T[] valuesToPush) |
<T> Array<T> |
KnockoutUtils.arrayPushAll(T[] array,
T[] valuesToPush) |
<T> Array<KnockoutArrayChange<T>> |
KnockoutUtils.compareArrays(T[] a,
T[] b) |
Array<Object> |
KnockoutUtils.getFormFields(Object form,
String fieldName) |
Array<Node> |
KnockoutVirtualElements.childNodes(KnockoutVirtualElement node) |
Array<Object> |
KnockoutUtils.parseHtmlFragment(String html) |
Array<T> |
KnockoutObservableArrayFunctions.remove(Function.A1<? super T,? extends Boolean> removeFunction) |
Array<T> |
KnockoutObservableArrayFunctions.remove(T item) |
Array<T> |
KnockoutObservableArrayFunctions.removeAll() |
Array<T> |
KnockoutObservableArrayFunctions.removeAll(T[] items) |
Array<Object> |
KnockoutNativeTemplateEngine.renderTemplateSource(Objs templateSource) |
Array<Object> |
KnockoutNativeTemplateEngine.renderTemplateSource(Objs templateSource,
KnockoutBindingContext bindingContext) |
Array<Object> |
KnockoutNativeTemplateEngine.renderTemplateSource(Objs templateSource,
KnockoutBindingContext bindingContext,
Objs options) |
Array<T> |
KnockoutObservableArrayFunctions.slice(double start) |
Array<T> |
KnockoutObservableArrayFunctions.slice(double start,
double end) |
Array<T> |
KnockoutObservableArrayFunctions.splice(double start) |
Array<T> |
KnockoutObservableArrayFunctions.splice(double start,
double deleteCount,
T... items) |
Modifier and Type | Method and Description |
---|---|
void |
Loader.loadTemplate(String componentName,
Object templateConfig,
Function.A1<? super Array<Node>,? extends Void> callback) |
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 Array<Function> |
Exports.listeners(String event) |
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 |
---|---|
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 |
---|---|
Array<Function> |
EventEmitter.listeners(String event) |
Modifier and Type | Method and Description |
---|---|
static Array<String> |
Exports.readdirSync(String path) |
Modifier and Type | Method and Description |
---|---|
static void |
Exports.readdir(String path,
Function.A2<? super ErrnoException,? super Array<String>,? extends Void> callback) |
Modifier and Type | Method and Description |
---|---|
Array<Number> |
Process.hrtime() |
Array<Number> |
Process.hrtime(double[] time) |
Array<Function> |
EventEmitter.listeners(String event) |
Modifier and Type | Method and Description |
---|---|
Function.A2<? super Function.A1<? super Array<Object>,? extends Void>,? super Array<Object>,? extends Object> |
Global.setImmediate() |
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.setInterval() |
Function.A3<? super Function.A1<? super Array<Object>,? extends Void>,? super Number,? super Array<Object>,? extends Timer> |
Global.setTimeout() |
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 Array<CpuInfo> |
Exports.cpus() |
static Array<Number> |
Exports.loadavg() |
Modifier and Type | Method and Description |
---|---|
static Array<Number> |
ucs2.decode(String string) |
Modifier and Type | Method and Description |
---|---|
static Function.A2<? super String,? super Array<Object>,? extends Void> |
Exports.debuglog(String key) |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Array<Number>> |
IntersectionDot.bez1 |
Objs.Property<Array<Number>> |
IntersectionDot.bez2 |
Modifier and Type | Method and Description |
---|---|
Array<Number> |
IntersectionDot.bez1() |
Array<Number> |
IntersectionDot.bez2() |
Array<Element> |
Element.children() |
Array<Objs> |
Element.inAnim() |
Array<IntersectionDot> |
Path.intersection(String path1,
String path2) |
static Array<Object> |
Exports.parsePathString(Array<String> pathString) |
static Array<Object> |
Exports.parsePathString(String pathString) |
static Array<Object> |
Exports.parseTransformString(Array<String> TString) |
static Array<Object> |
Exports.parseTransformString(String TString) |
Array<Element> |
Set.splice(double index,
double count) |
Array<Element> |
Set.splice(double index,
double count,
Objs[] insertion) |
Array<Object> |
Path.toAbsolute(String path) |
Array<Object> |
Path.toCubic(Array<String> pathString) |
Array<Object> |
Path.toCubic(String pathString) |
Array<Object> |
Path.toRelative(String path) |
Modifier and Type | Method and Description |
---|---|
Element |
Set.animate(Array<Objs> params) |
BBox |
Path.bezierBBox(Array<Number> bez) |
static Array<Object> |
Exports.parsePathString(Array<String> pathString) |
static Array<Object> |
Exports.parseTransformString(Array<String> TString) |
static double |
Exports.snapTo(Array<Number> values,
double value) |
static double |
Exports.snapTo(Array<Number> values,
double value,
double tolerance) |
Element |
Paper.text(double x,
double y,
Array<Union.A2<String,Number>> text) |
Array<Object> |
Path.toCubic(Array<String> pathString) |
Copyright © 2018. All rights reserved.