![JAR search and dependency download from the Maven repository](/logo.png)
scala.collection.Sequentializable.scala.disabled Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scala-library Show documentation
Show all versions of scala-library Show documentation
Standard library for the Scala Programming Language
package scala.collection
trait Sequentializable[+T, +Repr] {
def seq: Repr
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy