IsSeq (original) (raw)
scala.collection.generic.IsSeq
See theIsSeq companion trait
object IsSeq
Attributes
Companion
Source
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
implicit def rangeIsSeq[C0 <: Range]: IsSeq[C0] { type A = Int; type C = IndexedSeq[Int]; }
Attributes
Source
implicit def seqOpsIsSeq[CC0 <: (SeqOps), A0]: IsSeq[CC0[A0]] { type A = A0; type C = CC0[A0]; }
Attributes
Source
implicit def seqViewIsSeq[CC0 <: (SeqView), A0]: IsSeq[CC0[A0]] { type A = A0; type C = View[A0]; }
Attributes
Source
implicit val stringIsSeq: IsSeq[String] { type A = Char; type C = String; }
Attributes
Source
implicit val stringViewIsSeq: IsSeq[StringView] { type A = Char; type C = View[Char]; }
Attributes
Source