Ipv4Address

final case class Ipv4Address(address: Ipv4Address) extends Host with Ordered[Ipv4Address] with Serializable
Companion:
object
Source:
Uri.scala
trait Product
trait Equals
trait Host
class Object
trait Matchable
class Any

Value members

Concrete methods

override def compare(that: Ipv4Address): Int
Definition Classes
Source:
Uri.scala
override def toString: String
Definition Classes
Renderable -> Any
Source:
Uri.scala

Deprecated methods

@deprecated("Use address.toInetAddress", "0.23.5")
Deprecated
Source:
Uri.scala

Inherited methods

def <(that: Ipv4Address): Boolean
Inherited from:
Ordered
def <=(that: Ipv4Address): Boolean
Inherited from:
Ordered
def >(that: Ipv4Address): Boolean
Inherited from:
Ordered
def >=(that: Ipv4Address): Boolean
Inherited from:
Ordered
Inherited from:
Ordered
Inherited from:
Product
override def render(writer: Writer): writer.type
Definition Classes
Inherited from:
Host
Source:
Uri.scala

Generates a String rendering of this object

Generates a String rendering of this object

Inherited from:
Renderable
Source:
Renderable.scala
Inherited from:
Host
Source:
Uri.scala