scala.collection.generic.IsIterable
See theIsIterable companion trait
object IsIterable extends IsIterableLowPriority
Attributes
- Companion
- trait
- Source
- IsIterable.scala
- Graph
-
- Supertypes
- Self type
-
IsIterable.type
Members list
Implicits
Implicits
implicit def bitSetOpsIsIterable[C0 <: BitSet & BitSetOps[C0]]: IsIterable[C0] { type A = Int; type C = C0; }
Attributes
- Source
- IsIterable.scala
implicit def iterableOpsIsIterable[A0, CC0 <: ([X] =>> IterableOps[X, Iterable, CC0[X]])]: IsIterable[CC0[A0]] { type A = A0; type C = CC0[A0]; }
Attributes
- Source
- IsIterable.scala
Inherited implicits
implicit def isMapLikeIsIterable[Repr](implicit isMapLike: IsMap[Repr]): IsIterable[Repr] { type A = isMapLike.A; type C = isMapLike.C; }
Attributes
- Inherited from:
- IsIterableLowPriority
- Source
- IsIterable.scala
implicit def isSeqLikeIsIterable[Repr](implicit isSeqLike: IsSeq[Repr]): IsIterable[Repr] { type A = isSeqLike.A; type C = isSeqLike.C; }
Attributes
- Inherited from:
- IsIterableLowPriority
- Source
- IsIterable.scala
In this article