IP

spice.net.IP$
See theIP companion trait
object IP

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
IP.type

Members list

Concise view

Type members

Classlikes

case class v4(a: Int, b: Int, c: Int, d: Int) extends IP

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait IP
class Object
trait Matchable
class Any
object v4

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
v4.type
case class v6(a: Int, b: Int, c: Int, d: Int, e: Int, f: Int, g: Int, h: Int, scope: Option[String]) extends IP

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait IP
class Object
trait Matchable
class Any
object v6

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
v6.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromString(address: String): Option[IP]

Implicits

Implicits

implicit val rw: RW[IP]