Packages

final case class Ipv4Address(a: Byte, b: Byte, c: Byte, d: Byte) extends Host with Ordered[Ipv4Address] with Serializable with Product

Source
Uri.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ipv4Address
  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 Ipv4Address(a: Byte, b: Byte, c: Byte, d: Byte)

Value Members

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

    Base method for rendering this object efficiently

    Base method for rendering this object efficiently

    Definition Classes
    HostRenderable
  24. def renderString: String

    Generates a String rendering of this object

    Generates a String rendering of this object

    Definition Classes
    Renderable
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toByteArray: Array[Byte]
  27. def toInet4Address: Inet4Address
  28. def toString(): String
    Definition Classes
    Ipv4AddressRenderable → AnyRef → Any
  29. def value: String
    Definition Classes
    Ipv4AddressHost
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. 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[Ipv4Address]

Inherited from Comparable[Ipv4Address]

Inherited from Host

Inherited from Renderable

Inherited from AnyRef

Inherited from Any

Ungrouped