Multicast

com.comcast.ip4s.Multicast
See theMulticast companion trait
object Multicast

Attributes

Companion
trait
Source
Multicast.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Multicast.type

Members list

Value members

Concrete methods

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

Constructs a multicast IP address.

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

Attributes

Source
Multicast.scala

Implicits

Implicits

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

Attributes

Source
Multicast.scala
implicit def ordering[J <: ([x <: IpAddress] =>> Multicast[x]), A <: IpAddress]: Ordering[J[A]]

Attributes

Source
Multicast.scala
implicit def show[J <: ([x <: IpAddress] =>> Multicast[x]), A <: IpAddress]: Show[J[A]]

Attributes

Source
Multicast.scala