MCPcopy
hub / github.com/winjs/winjs / some

Method some

src/js/WinJS/Core/_WinRT.d.ts:129–129  ·  view source on GitHub ↗
(callbackfn: (value: T, index: number, array: T[]) => boolean)

Source from the content-addressed store, hash-verified

127 every(callbackfn: (value: T, index: number, array: T[]) => boolean): boolean;
128 every(callbackfn: (value: T, index: number, array: T[]) => boolean, thisArg: any): boolean;
129 some(callbackfn: (value: T, index: number, array: T[]) => boolean): boolean;
130 some(callbackfn: (value: T, index: number, array: T[]) => boolean, thisArg: any): boolean;
131 forEach(callbackfn: (value: T, index: number, array: T[]) => void): void;
132 forEach(callbackfn: (value: T, index: number, array: T[]) => void, thisArg: any): void;

Callers 7

BindingList.jsFile · 0.65
scheduleWriteRulesFunction · 0.65
flipViewPropertyChangedFunction · 0.65
_layoutCommandsMethod · 0.65
_minimalLayoutMethod · 0.65
deliveredFunction · 0.65
setTemporaryStylesFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected