On this page
Class scala.Val
@SerialVersionUID(0.-(3501153230598116017L))
A class implementing the scala.Enumeration.Value type. This class can be overridden to change the enumeration's naming and integer identification behaviour.
Supertypes |
---|
Constructors
Source
Source
Source
def this()
Concrete methods
Source
Source
Definition Classes | Any |
---|
Inherited methods
Source
Create a ValueSet which contains this value and another one
Inherited from | Value |
---|
Source
Returns true if this
is less than that
Inherited from | Ordered |
---|
Source
Returns true if this
is less than or equal to that
.
Inherited from | Ordered |
---|
Source
Returns true if this
is greater than that
.
Inherited from | Ordered |
---|
Source
Returns true if this
is greater than or equal to that
.
Inherited from | Ordered |
---|
Source
Source
Result of comparing this
with operand that
.
Inherited from | Ordered |
---|
Source
Source
© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.1.1/scala/Enumeration$Val.html