Scala Library
|
|
scala/collection/SeqView.scala
]
object
SeqView
extends
AnyRefType Summary | |
type
|
Coll |
Method Summary | |
implicit def
|
canBuildFrom [A] : CanBuildFrom[TraversableView, A, SeqView[A, Seq[Any]]] |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Type Details |
Method Details |
Scala Library
|
|