IsSeq

scala.collection.generic.IsSeq
See theIsSeq companion trait
object IsSeq

Attributes

Companion
trait
Source
IsSeq.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IsSeq.type

Members list

Implicits

Implicits

implicit def arrayIsSeq[A0 : ClassTag]: IsSeq[Array[A0]] { type A = A0; type C = Array[A0]; }

Attributes

Source
IsSeq.scala
implicit def rangeIsSeq[C0 <: Range]: IsSeq[C0] { type A = Int; type C = IndexedSeq[Int]; }

Attributes

Source
IsSeq.scala
implicit def seqOpsIsSeq[CC0 <: (SeqOps), A0]: IsSeq[CC0[A0]] { type A = A0; type C = CC0[A0]; }

Attributes

Source
IsSeq.scala
implicit def seqViewIsSeq[CC0 <: (SeqView), A0]: IsSeq[CC0[A0]] { type A = A0; type C = View[A0]; }

Attributes

Source
IsSeq.scala
implicit val stringIsSeq: IsSeq[String] { type A = Char; type C = String; }

Attributes

Source
IsSeq.scala
implicit val stringViewIsSeq: IsSeq[StringView] { type A = Char; type C = View[Char]; }

Attributes

Source
IsSeq.scala