Packages

object SeqView

An object containing the necessary implicit definitions to make SeqViews work. Its definitions are generally not accessed directly by clients.

Source
SeqView.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SeqView
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Coll = TraversableView[_, _ <: Traversable[_]]

Value Members

  1. implicit def canBuildFrom[A]: CanBuildFrom[Coll, A, SeqView[A, Seq[_]]]