IsIterable (original) (raw)
Scala 3/scala/scala.collection/scala.collection.generic/IsIterable
scala.collection.generic.IsIterable
See theIsIterable companion trait
object IsIterable extends IsIterableLowPriority
Attributes
Companion
Source
Graph
Supertypes
trait IsIterableLowPriority
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
implicit def iterableOpsIsIterable[A0, CC0 <: (IterableOps)]: IsIterable[CC0[A0]] { type A = A0; type C = CC0[A0]; }
Attributes
Source
Inherited implicits
implicit def isMapLikeIsIterable[Repr](implicit isMapLike: IsMap[Repr]): IsIterable[Repr] { type A = isMapLike.A; type C = isMapLike.C; }
Attributes
Inherited from:
Source
implicit def isSeqLikeIsIterable[Repr](implicit isSeqLike: IsSeq[Repr]): IsIterable[Repr] { type A = isSeqLike.A; type C = isSeqLike.C; }
Attributes
Inherited from:
Source
In this article
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL