stdx.collections.Chain
See theChain companion object
trait Chain[C <: ([_] =>> AnyRef)] extends Stepable[C], OrderedFoldable[C]
Attributes
- Companion
- object
- Experimental
- true
- Graph
-
- Supertypes
- Known subtypes
-
object given_Chain_TreeChain
Members list
Value members
Abstract methods
Extensions
Inherited and Abstract extensions
extension [T](c: C[T])
Attributes
- Inherited from:
- Stepable
Steps through a collection, processing all elements into type U Note: Fold has no defined ordering, stepping through elements in whatever fashion makes sense for the collection
Steps through a collection, processing all elements into type U Note: Fold has no defined ordering, stepping through elements in whatever fashion makes sense for the collection
Attributes
- Inherited from:
- Stepable
extension [A](container: C[A])
Attributes
- Inherited from:
- OrderedFoldable
In this article