IsIterable

scala.collection.generic.IsIterable
See theIsIterable companion trait

Attributes

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

Members list

Implicits

Implicits

implicit def bitSetOpsIsIterable[C0 <: BitSet & BitSetOps[LazyRef(...)]]: IsIterable[C0] { type A = Int; type C = C0; }

Attributes

Source
IsIterable.scala
implicit def iterableOpsIsIterable[A0, CC0 <: (IterableOps)]: 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