MCPcopy
hub / github.com/immutable-js/immutable-js / sortBy

Method sortBy

src/Map.js:105–108  ·  view source on GitHub ↗
(mapper, comparator)

Source from the content-addressed store, hash-verified

103 }
104
105 sortBy(mapper, comparator) {
106 // Late binding
107 return OrderedMap(sortFactory(this, comparator, mapper));
108 }
109
110 map(mapper, context) {
111 return this.withMutations((map) => {

Callers

nothing calls this directly

Calls 2

OrderedMapClass · 0.90
sortFactoryFunction · 0.90

Tested by

no test coverage detected