stdx.collections.immutable.TreeChain
See theTreeChain companion object
Attributes
- Companion
- object
- Experimental
- true
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Gets the maximum element in the set before the item given
Gets the maximum element in the set before the item given
Value parameters
- k
-
a value to find in the set
Attributes
- Returns
-
Maybe.none if TreeChain is empty or if k is incomparable with an element in the chain
def query(queryFn: (o: PartialOrder[T]) ?=> Query { type Elem = T; type O = o.type; }): TreeChain[T]
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
In this article