Comparable

org.finos.morphir.runtime.RTValue.Comparable
See theComparable companion object
sealed trait Comparable extends RTValue

Trait for types that may be comparable in Morphir; Note that not everythign that extends this may actually be compared. For instance, lists are comparable if and only if their elements are comparable.

Attributes

Companion
object
Graph
Supertypes
trait RTValue
class Object
trait Matchable
class Any
Known subtypes
class List
class Char
class Float
class Int
class String
class Tuple
Show all

Members list

Value members

Concrete methods

final def compare(that: Comparable): Int

Inherited methods

def printed: String

Attributes

Inherited from:
RTValue
def succinct: String

Attributes

Inherited from:
RTValue
def succinct(depth: Int): String

Attributes

Inherited from:
RTValue