org.plasmalabs.indexer.services.SortOrder
See theSortOrder companion class
Attributes
Members list
Type members
Classlikes
case object ASCENDING extends SortOrder, Recognized
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Recognizedclass SortOrdertrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
ASCENDING.type
case object DESCENDING extends SortOrder, Recognized
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Recognizedclass SortOrdertrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
DESCENDING.type
sealed trait Recognized extends SortOrder
Attributes
- Supertypes
-
class SortOrdertrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
case object UNSORTED extends SortOrder, Recognized
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Recognizedclass SortOrdertrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
UNSORTED.type
final case class Unrecognized(unrecognizedValue: Int) extends SortOrder, UnrecognizedEnum
Attributes
- Supertypes
-
trait UnrecognizedEnumclass SortOrdertrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Returns the Java descriptors for this enum. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.
Returns the Java descriptors for this enum. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.
Attributes
Concrete fields
Implicits
Implicits
In this article