Scala Library
|
|
object
TraversableView
extends
AnyRefType Summary | |
type
|
Coll |
Method Summary | |
implicit def
|
builderFactory [A] : BuilderFactory[A, TraversableView[A, Traversable[Any]], TraversableView] |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Class Summary | |
class
|
NoBuilder
[A] extends Builder[A, Nothing]
|
Type Details |
Method Details |
implicit
def
builderFactory[A] : BuilderFactory[A, TraversableView[A, Traversable[Any]], TraversableView]
Scala Library
|
|