scala.collection

object IterableView

[source: scala/collection/IterableView.scala]

object IterableView
extends AnyRef
Type Summary
type Coll
Method Summary
implicit def canBuildFrom [A] : CanBuildFrom[TraversableView, A, IterableView[A, Iterable[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
type Coll

Method Details
implicit def canBuildFrom[A] : CanBuildFrom[TraversableView, A, IterableView[A, Iterable[Any]]]