All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.collection.immutable.StreamView.scala Maven / Gradle / Ivy

Go to download

Standard library for the SubScript extension of the Scala Programming Language

There is a newer version: 2.11.2
Show newest version
package scala
package collection
package immutable

trait StreamView[+A, +Coll] extends StreamViewLike[A, Coll, StreamView[A, Coll]] { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy