Packages

object IsSeq

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

Value Members

  1. implicit def arrayIsSeq[A0](implicit arg0: ClassTag[A0]): IsSeq[Array[A0]] { ... /* 2 definitions in type refinement */ }
  2. implicit def rangeIsSeq[C0 <: Range]: IsSeq[C0] { ... /* 2 definitions in type refinement */ }
  3. implicit def seqOpsIsSeq[CC0[X] <: SeqOps[X, Iterable, CC0[X]], A0]: IsSeq[CC0[A0]] { ... /* 2 definitions in type refinement */ }
  4. implicit def seqViewIsSeq[CC0[X] <: SeqView[X], A0]: IsSeq[CC0[A0]] { ... /* 2 definitions in type refinement */ }
  5. implicit val stringIsSeq: IsSeq[String] { ... /* 2 definitions in type refinement */ }
  6. implicit val stringViewIsSeq: IsSeq[StringView] { ... /* 2 definitions in type refinement */ }