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. def <(that: Ipv6Address): Boolean
    Definition Classes
    Ordered
  2. def <=(that: Ipv6Address): Boolean
    Definition Classes
    Ordered
  3. def >(that: Ipv6Address): Boolean
    Definition Classes
    Ordered
  4. def >=(that: Ipv6Address): Boolean
    Definition Classes
    Ordered
  5. val a: Short
  6. val b: Short
  7. val c: Short
  8. def compare(that: Ipv6Address): Int
    Definition Classes
    Ipv6Address → Ordered
  9. def compareTo(that: Ipv6Address): Int
    Definition Classes
    Ordered → Comparable
  10. val d: Short
  11. val e: Short
  12. val f: Short
  13. val g: Short
  14. val h: Short
  15. def render(writer: Writer): writer.type

    Base method for rendering this object efficiently

    Base method for rendering this object efficiently

    Definition Classes
    HostRenderable
  16. def renderString: String

    Generates a String rendering of this object

    Generates a String rendering of this object

    Definition Classes
    Renderable
  17. def toByteArray: Array[Byte]
  18. def toInet6Address: Inet6Address
  19. def toString(): String
    Definition Classes
    Ipv6AddressRenderable → AnyRef → Any
  20. def value: String
    Definition Classes
    Ipv6AddressHost