Registry / utility / scala-collection-compat-2-13-0-m4

scala-collection-compat-2-13-0-m4

JSON →
library0.1.1javamavenunverified

Compatibility library for Scala 2.13.0-M4 collections, providing backward compatibility with older collection APIs.

<dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-collection-compat_2.13.0-M4</artifactId> <version>0.1.1</version> </dependency>
INSTALL
IMPORT
SIG · SCALA-COLLECTION-C
S
scala-collection-compat-2-13-0-m4
utilityjavav0.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Compat
scala.collection.compat._

Imports collection compatibility extensions for Scala 2.13.0-M4.

import scala.collection.compat._ object Quickstart { def main(args: Array[String]): Unit = { val list = List(1, 2, 3) println(list.map(_ * 2)) } }
Debug
Known issues
breakingThis artifact is for Scala 2.13.0-M4 milestone only; not compatible with final 2.13 releases.
fix
Use scala-collection-compat for final Scala 2.13 versions.
affects: all
Upgrade
Version history
0.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
scala-collection-compat-2-13-0-m4 — mvn dependency:get scala-collection-compat-2-13-0-m4 · libregistry