Scala Library
|
|
scala/collection/IndexedSeqView.scala
]
object
IndexedSeqView
extends
AnyRefType Summary | |
type
|
Coll |
Method Summary | |
implicit def
|
arrCanBuildFrom [A] : CanBuildFrom[TraversableView[Any, Array[Any]], A, IndexedSeqView[A, Array[A]]] |
implicit def
|
canBuildFrom [A] : CanBuildFrom[TraversableView, A, IndexedSeqView[A, IndexedSeq[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 |
implicit
def
canBuildFrom[A] : CanBuildFrom[TraversableView, A, IndexedSeqView[A, IndexedSeq[Any]]]
implicit
def
arrCanBuildFrom[A] : CanBuildFrom[TraversableView[Any, Array[Any]], A, IndexedSeqView[A, Array[A]]]
Scala Library
|
|