Packages

c

ackcord.data

SnowflakeTypeSyntax

implicit final class SnowflakeTypeSyntax[A] extends AnyVal with Ordered[SnowflakeType[A]]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SnowflakeTypeSyntax
  2. Ordered
  3. Comparable
  4. AnyVal
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SnowflakeTypeSyntax(snowflake: SnowflakeType[A])

Value Members

  1. def <(that: SnowflakeType[A]): Boolean
    Definition Classes
    Ordered
  2. def <=(that: SnowflakeType[A]): Boolean
    Definition Classes
    Ordered
  3. def >(that: SnowflakeType[A]): Boolean
    Definition Classes
    Ordered
  4. def >=(that: SnowflakeType[A]): Boolean
    Definition Classes
    Ordered
  5. def asString: String
  6. def compare(that: SnowflakeType[A]): Int
    Definition Classes
    SnowflakeTypeSyntax → Ordered
  7. def compareTo(that: SnowflakeType[A]): Int
    Definition Classes
    Ordered → Comparable
  8. def creationDate: Instant
  9. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  10. def toUnsignedLong: Long