PrefixedULID

wvlet.airframe.ulid.PrefixedULID
See thePrefixedULID companion object
case class PrefixedULID(prefix: String, ulid: ULID) extends Ordered[PrefixedULID]

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Ordered[PrefixedULID]
trait Comparable[PrefixedULID]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def compare(that: PrefixedULID): Int

Attributes

Definition Classes
Ordered
override def toString: String

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

Inherited methods

def <(that: PrefixedULID): Boolean

Attributes

Inherited from:
Ordered
def <=(that: PrefixedULID): Boolean

Attributes

Inherited from:
Ordered
def >(that: PrefixedULID): Boolean

Attributes

Inherited from:
Ordered
def >=(that: PrefixedULID): Boolean

Attributes

Inherited from:
Ordered
def compareTo(that: PrefixedULID): Int

Attributes

Inherited from:
Ordered
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product