Packages

final case class Ipv4Address(address: com.comcast.ip4s.Ipv4Address) extends Host with Ordered[Ipv4Address] with Serializable with Product

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ipv4Address
  2. Product
  3. Equals
  4. Serializable
  5. Ordered
  6. Comparable
  7. Host
  8. Renderable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Ipv4Address(address: com.comcast.ip4s.Ipv4Address)

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 address: com.comcast.ip4s.Ipv4Address
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def compare(that: Ipv4Address): Int
    Definition Classes
    Ipv4Address → Ordered
  12. def compareTo(that: Ipv4Address): Int
    Definition Classes
    Ordered → Comparable
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def productElementNames: Iterator[String]
    Definition Classes
    Product
  21. def render(writer: Writer): writer.type

    Base method for rendering this object efficiently

    Base method for rendering this object efficiently

    Definition Classes
    HostRenderable
  22. def renderString: String

    Generates a String rendering of this object

    Generates a String rendering of this object

    Definition Classes
    Renderable
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toByteArray: Array[Byte]
  25. def toIpAddress: Option[IpAddress]
    Definition Classes
    Host
  26. def toString(): String
    Definition Classes
    Ipv4AddressRenderable → AnyRef → Any
  27. def value: String
    Definition Classes
    Ipv4AddressHost
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def toInet4Address: Inet4Address
    Annotations
    @deprecated
    Deprecated

    (Since version 0.23.5) Use address.toInetAddress

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from Ordered[Ipv4Address]

Inherited from Comparable[Ipv4Address]

Inherited from Host

Inherited from Renderable

Inherited from AnyRef

Inherited from Any

Ungrouped