Strict

com.comcast.ip4s.SourceSpecificMulticast.Strict
trait Strict[+A <: IpAddress] extends SourceSpecificMulticast[A]

Indicates the address is within the RFC defined source specific multicast range.

Attributes

Source
Multicast.scala
Graph
Supertypes
trait Multicast[A]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def address: A

Attributes

Inherited from:
Multicast
Source
Multicast.scala
def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def strict: Option[Strict[A]]

Ensures the referenced address is in the RFC defined source specific address range.

Ensures the referenced address is in the RFC defined source specific address range.

Attributes

Inherited from:
SourceSpecificMulticast
Source
Multicast.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Inherited from:
SourceSpecificMulticast
Source
Multicast.scala