Home
last modified time | relevance | path

Searched defs:sortBy (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DcomparisonOfPartialDeepAndIndexedAccessTerminatesWithoutError.ts6 sortBy(...iteratees: Many<PartialDeep<T>>[]): Collection<T>; method
DunderscoreTest1.ts113 sortBy(iterator: Iterator_<T, any>, context?: any): T[]; method
114 sortBy(propertyName: string): T[]; method
196 sortBy(iterator: Iterator_<T, any>, context?: any): T[]; method
197 sortBy(propertyName: string): T[]; method
272 sortBy(iterator: Iterator_<T, any>, context?: any): ChainedArray<T>; method
273 sortBy(propertyName: string): ChainedArray<T>; method
363 sortBy(iterator: Iterator_<T, any>, context?: any): ChainedArray<T>; method
364 sortBy(propertyName: string): ChainedArray<T>; method
477 sortBy<T>(list: T[], iterator: Iterator_<T, any>, context?: any): T[]; method
478 sortBy<T>(list: Dictionary<T>, iterator: Iterator_<T, any>, context?: any): T[]; method
[all …]
DcomplexRecursiveCollections.ts480sortBy<C>(comparatorValueMapper: (value: V, key: K, iter: this) => C, comparator?: (valueA: C, val… method