given_OSet_TreeOSet
stdx.collections.immutable.TreeOSet.given_OSet_TreeOSet
object given_OSet_TreeOSet extends OSet[TreeOSet]
Attributes
- Graph
-
- Supertypes
- Self type
-
given_OSet_TreeOSet.type
Members list
Extensions
Extensions
extension [T](c: TreeOSet[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
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
override def query(queryFn: (o: PartialOrder[T]) ?=> Query { type Elem = T; type O = o.type; }): TreeOSet[T]
Attributes
- Definition Classes
In this article