Packages

final case class Ipv6Address(a: Short, b: Short, c: Short, d: Short, e: Short, f: Short, g: Short, h: Short) extends Host with Ordered[Ipv6Address] with Serializable with Product

Source
Uri.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ipv6Address
  2. Product
  3. Equals
  4. Serializable
  5. Serializable
  6. Ordered
  7. Comparable
  8. Host
  9. Renderable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Ipv6Address(a: Short, b: Short, c: Short, d: Short, e: Short, f: Short, g: Short, h: Short)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def <(that: Ipv6Address): Boolean
    Definition Classes
    Ordered
  4. def <=(that: Ipv6Address): Boolean
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >(that: Ipv6Address): Boolean
    Definition Classes
    Ordered
  7. def >=(that: Ipv6Address): Boolean
    Definition Classes
    Ordered
  8. val a: Short
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val b: Short
  11. val c: Short
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. def compare(that: Ipv6Address): Int
    Definition Classes
    Ipv6Address → Ordered
  14. def compareTo(that: Ipv6Address): Int
    Definition Classes
    Ordered → Comparable
  15. val d: Short
  16. val e: Short
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. val f: Short
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. val g: Short
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. val h: Short
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def render(writer: Writer): writer.type

    Base method for rendering this object efficiently

    Base method for rendering this object efficiently

    Definition Classes
    HostRenderable
  28. def renderString: String

    Generates a String rendering of this object

    Generates a String rendering of this object

    Definition Classes
    Renderable
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toByteArray: Array[Byte]
  31. def toInet6Address: Inet6Address
  32. def toString(): String
    Definition Classes
    Ipv6AddressRenderable → AnyRef → Any
  33. def value: String
    Definition Classes
    Ipv6AddressHost
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from Serializable

Inherited from Ordered[Ipv6Address]

Inherited from Comparable[Ipv6Address]

Inherited from Host

Inherited from Renderable

Inherited from AnyRef

Inherited from Any

Ungrouped