(mapper, comparator)
| 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) => { |
nothing calls this directly
no test coverage detected