object Arbitraries
- Source
- Arbitraries.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Arbitraries
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def cidrArbitrary[A <: IpAddress](implicit arbIp: Arbitrary[A]): Arbitrary[Cidr[A]]
- def cidrGenerator[A <: IpAddress](genIp: Gen[A]): Gen[Cidr[A]]
- implicit def cidrStrictArbitrary[A <: IpAddress](implicit arbIp: Arbitrary[A]): Arbitrary[Strict[A]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit val hostnameArbitrary: Arbitrary[Hostname]
- val hostnameGenerator: Gen[Hostname]
- implicit def idnArbitrary: Arbitrary[IDN]
- lazy val idnGenerator: Gen[IDN]
- implicit val ipArbitrary: Arbitrary[IpAddress]
- val ipGenerator: Gen[IpAddress]
- implicit val ipv4Arbitrary: Arbitrary[Ipv4Address]
- val ipv4Generator: Gen[Ipv4Address]
- implicit val ipv6Arbitrary: Arbitrary[Ipv6Address]
- val ipv6Generator: Gen[Ipv6Address]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val macAddressArbitrary: Arbitrary[MacAddress]
- val macAddressGenerator: Gen[MacAddress]
- implicit val multicastArbitrary: Arbitrary[Multicast[IpAddress]]
- implicit val multicastArbitrary4: Arbitrary[Multicast[Ipv4Address]]
- implicit val multicastArbitrary6: Arbitrary[Multicast[Ipv6Address]]
- val multicastGenerator: Gen[Multicast[IpAddress]]
- val multicastGenerator4: Gen[Multicast[Ipv4Address]]
- val multicastGenerator6: Gen[Multicast[Ipv6Address]]
- implicit def multicastJoinArbitrary[A <: IpAddress](implicit arbSource: Arbitrary[A], arbGroup: Arbitrary[Multicast[A]]): Arbitrary[MulticastJoin[A]]
- def multicastJoinGenerator[A <: IpAddress](genSource: Gen[A], genGroup: Gen[Multicast[A]]): Gen[MulticastJoin[A]]
- implicit def multicastSocketAddressArbitrary[A <: IpAddress](implicit arbJoin: Arbitrary[MulticastJoin[A]], arbPort: Arbitrary[Port]): Arbitrary[MulticastSocketAddress[MulticastJoin, A]]
- def multicastSocketAddressGenerator[A <: IpAddress](genJoin: Gen[MulticastJoin[A]], genPort: Gen[Port]): Gen[MulticastSocketAddress[MulticastJoin, A]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit val portArbitrary: Arbitrary[Port]
- val portGenerator: Gen[Port]
- implicit def socketAddressArbitrary[A <: IpAddress](implicit arbIp: Arbitrary[A], arbPort: Arbitrary[Port]): Arbitrary[SocketAddress[A]]
- def socketAddressGenerator[A <: IpAddress](genIp: Gen[A], genPort: Gen[Port]): Gen[SocketAddress[A]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()