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

Method sortBy

src/Set.js:157–160  ·  view source on GitHub ↗
(mapper, comparator)

Source from the content-addressed store, hash-verified

155 }
156
157 sortBy(mapper, comparator) {
158 // Late binding
159 return OrderedSet(sortFactory(this, comparator, mapper));
160 }
161
162 wasAltered() {
163 return this._map.wasAltered();

Callers

nothing calls this directly

Calls 2

OrderedSetClass · 0.90
sortFactoryFunction · 0.90

Tested by

no test coverage detected