Object

com.comcast.ip4s

Arbitraries

Related Doc: package ip4s

Permalink

object Arbitraries

Source
Arbitraries.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Arbitraries
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. implicit def cidrArbitrary[A <: IpAddress](implicit arbIp: Arbitrary[A]): Arbitrary[Cidr[A]]

    Permalink
  6. def cidrGenerator[A <: IpAddress](genIp: Gen[A]): Gen[Cidr[A]]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. implicit val hostnameArbitrary: Arbitrary[Hostname]

    Permalink
  14. val hostnameGenerator: Gen[Hostname]

    Permalink
  15. implicit val idnArbitrary: Arbitrary[IDN]

    Permalink
  16. val idnGenerator: Gen[IDN]

    Permalink
  17. implicit val ipArbitrary: Arbitrary[IpAddress]

    Permalink
  18. val ipGenerator: Gen[IpAddress]

    Permalink
  19. implicit val ipv4Arbitrary: Arbitrary[Ipv4Address]

    Permalink
  20. val ipv4Generator: Gen[Ipv4Address]

    Permalink
  21. implicit val ipv6Arbitrary: Arbitrary[Ipv6Address]

    Permalink
  22. val ipv6Generator: Gen[Ipv6Address]

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. implicit val multicastArbitrary: Arbitrary[Multicast[IpAddress]]

    Permalink
  25. implicit val multicastArbitrary4: Arbitrary[Multicast[Ipv4Address]]

    Permalink
  26. implicit val multicastArbitrary6: Arbitrary[Multicast[Ipv6Address]]

    Permalink
  27. val multicastGenerator: Gen[Multicast[IpAddress]]

    Permalink
  28. val multicastGenerator4: Gen[Multicast[Ipv4Address]]

    Permalink
  29. val multicastGenerator6: Gen[Multicast[Ipv6Address]]

    Permalink
  30. implicit def multicastJoinArbitrary[A <: IpAddress](implicit arbSource: Arbitrary[A], arbGroup: Arbitrary[Multicast[A]]): Arbitrary[MulticastJoin[A]]

    Permalink
  31. def multicastJoinGenerator[A <: IpAddress](genSource: Gen[A], genGroup: Gen[Multicast[A]]): Gen[MulticastJoin[A]]

    Permalink
  32. implicit def multicastSocketAddressArbitrary[A <: IpAddress](implicit arbJoin: Arbitrary[MulticastJoin[A]], arbPort: Arbitrary[Port]): Arbitrary[MulticastSocketAddress[MulticastJoin, A]]

    Permalink
  33. def multicastSocketAddressGenerator[A <: IpAddress](genJoin: Gen[MulticastJoin[A]], genPort: Gen[Port]): Gen[MulticastSocketAddress[MulticastJoin, A]]

    Permalink
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. implicit val portArbitrary: Arbitrary[Port]

    Permalink
  38. val portGenerator: Gen[Port]

    Permalink
  39. implicit def socketAddressArbitrary[A <: IpAddress](implicit arbIp: Arbitrary[A], arbPort: Arbitrary[Port]): Arbitrary[SocketAddress[A]]

    Permalink
  40. def socketAddressGenerator[A <: IpAddress](genIp: Gen[A], genPort: Gen[Port]): Gen[SocketAddress[A]]

    Permalink
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped