stdx.collections.OSet
See theOSet companion object
trait OSet[C[_]] extends Foldable[C], OrderedFoldable[C]
Attributes
- Companion
- object
- Experimental
- true
- Graph
-
- Supertypes
- Known subtypes
-
object given_OSet_TreeOSet
Members list
Extensions
Extensions
Inherited and Abstract extensions
extension [T](c: C[T])
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:
- Foldable
extension [A](container: C[A])
Attributes
- Inherited from:
- OrderedFoldable
Attributes
- Inherited from:
- OrderedFoldable
Attributes
- Inherited from:
- OrderedFoldable
In this article