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. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def <(that: SnowflakeType[A]): Boolean
    Definition Classes
    Ordered
  4. def <=(that: SnowflakeType[A]): Boolean
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. def >(that: SnowflakeType[A]): Boolean
    Definition Classes
    Ordered
  7. def >=(that: SnowflakeType[A]): Boolean
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def asString: String
  10. def compare(that: SnowflakeType[A]): Int
    Definition Classes
    SnowflakeTypeSyntax → Ordered
  11. def compareTo(that: SnowflakeType[A]): Int
    Definition Classes
    Ordered → Comparable
  12. def creationDate: Instant
  13. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def toString(): String
    Definition Classes
    Any
  16. def toUnsignedLong: Long

Inherited from Ordered[SnowflakeType[A]]

Inherited from Comparable[SnowflakeType[A]]

Inherited from AnyVal

Inherited from Any

Ungrouped