Packages

object IpV6 extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IpV6
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(piece1: String, piece2: String, piece3: String, piece4: String, piece5: String, piece6: String, piece78: IpV4): IpV6
  5. def apply(piece1: String, piece2: String, piece3: String, piece4: String, piece5: String, piece6: String, piece7: String, piece8: String): IpV6
  6. def apply(piece1: Int, piece2: Int, piece3: Int, piece4: Int, piece5: Int, piece6: Int, piece7: Int, piece8: Int): IpV6
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. implicit val eqIpV6: Eq[IpV6]
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def fromHexPieces(pieces: Seq[String]): IpV6
  13. def fromHexPiecesAndIpV4(pieces: Seq[String], ls32: IpV4): IpV6
  14. def fromIntPieces(pieces: Seq[Int]): IpV6
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def localhost: IpV6
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. implicit val orderIpV6: Order[IpV6]
  23. def parse(s: CharSequence)(implicit config: UriConfig = UriConfig.default): IpV6
  24. def parseOption(s: CharSequence)(implicit config: UriConfig = UriConfig.default): Option[IpV6]
  25. def parseTry(s: CharSequence)(implicit config: UriConfig = UriConfig.default): Try[IpV6]
  26. implicit val showIpV6: Show[IpV6]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped