Multicast

object Multicast
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromIpAddress[A <: IpAddress](address: A): Option[Multicast[A]]

Constructs a multicast IP address. Returns None is the supplied address is not in the valid multicast range.

Constructs a multicast IP address. Returns None is the supplied address is not in the valid multicast range.

Implicits

Implicits

implicit def order[J <: ([x <: IpAddress] =>> Multicast[x]), A <: IpAddress]: Order[J[A]]
implicit def ordering[J <: ([x <: IpAddress] =>> Multicast[x]), A <: IpAddress]: Ordering[J[A]]
implicit def show[J <: ([x <: IpAddress] =>> Multicast[x]), A <: IpAddress]: Show[J[A]]