File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
main/scala/scala/collection/next
test/scala/scala/collection/next Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1111 */
1212
1313package scala .collection
14+ package next
1415
1516object IteratorExtensions {
16- implicit class IteratorExtensionsOps [A ](private val iter : Iterator [A ]) extends AnyVal {
17+ implicit class NextIteratorExtensions [A ](private val iter : Iterator [A ]) extends AnyVal {
1718 /**
1819 * Partitions this Iterator into a map according to a discriminator function `key`. All the values that
1920 * have the same discriminator are then transformed by the `value` function and then reduced into a
Original file line number Diff line number Diff line change 1010 * additional information regarding copyright ownership.
1111 */
1212
13- package scala .collection
13+ package scala .collection . next
1414
1515import org .junit .Assert ._
1616import org .junit .Test
You can’t perform that action at this time.
0 commit comments