object
Arbitrary
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
implicit
def
Alphanumeric(implicit rand: Randomness): Arbitrary[Char]
-
implicit
def
Boolean(implicit rand: Randomness): Arbitrary[Boolean]
-
implicit
def
Byte(implicit rand: Randomness): Arbitrary[Byte]
-
def
Constant[R](value: R): Arbitrary[R]
-
def
Container[CC[_], A](length: Arbitrary[Int])(implicit CC: BuilderFactory[CC], A: Arbitrary[A], HintA: TypeHint[A]): Arbitrary[CC[A]]
-
implicit
def
Container[CC[_], A](implicit CC: BuilderFactory[CC], A: Arbitrary[A], HintA: TypeHint[A]): Arbitrary[CC[A]]
-
implicit
def
Double(implicit rand: Randomness): Arbitrary[Double]
-
implicit
def
Float(implicit rand: Randomness): Arbitrary[Float]
-
implicit
def
Int(implicit rand: Randomness): Arbitrary[Int]
-
-
implicit
def
Long(implicit rand: Randomness): Arbitrary[Long]
-
-
def
Map[CC[_, _], A, T](length: Arbitrary[Int])(implicit CC: MapFactory[CC], A: Arbitrary[A], T: Arbitrary[T], HintA: TypeHint[A], HintT: TypeHint[T]): Arbitrary[CC[A, T]]
-
implicit
def
Map[CC[_, _], A, T](implicit CC: MapFactory[CC], A: Arbitrary[A], T: Arbitrary[T], HintA: TypeHint[A], HintT: TypeHint[T]): Arbitrary[CC[A, T]]
-
-
def
PositiveByte(implicit rand: Randomness): Arbitrary[Byte]
-
def
PositiveInt(implicit rand: Randomness): Arbitrary[Int]
-
def
PositiveLong(implicit rand: Randomness): Arbitrary[Long]
-
def
PositiveShort(implicit rand: Randomness): Arbitrary[Short]
-
implicit
def
Short(implicit rand: Randomness): Arbitrary[Short]
-
def
String(length: Arbitrary[Int])(implicit C: Arbitrary[Char]): Arbitrary[String]
-
implicit
def
String(implicit C: Arbitrary[Char]): Arbitrary[String]
-
implicit
def
Tuple2[T1, T2](implicit T1: Arbitrary[T1], T2: Arbitrary[T2]): Arbitrary[(T1, T2)]
-
implicit
def
Tuple3[T1, T2, T3](implicit T1: Arbitrary[T1], T2: Arbitrary[T2], T3: Arbitrary[T3]): Arbitrary[(T1, T2, T3)]
-
implicit
def
Tuple4[T1, T2, T3, T4](implicit T1: Arbitrary[T1], T2: Arbitrary[T2], T3: Arbitrary[T3], T4: Arbitrary[T4]): Arbitrary[(T1, T2, T3, T4)]
-
implicit
def
Unit: Arbitrary[Unit]
-
-
implicit
def
apply[T1, T2, T3, T4, R](f: (T1, T2, T3, T4) ⇒ R)(implicit T1: Arbitrary[T1], T2: Arbitrary[T2], T3: Arbitrary[T3], T4: Arbitrary[T4]): Arbitrary[R]
-
implicit
def
apply[T1, T2, T3, R](f: (T1, T2, T3) ⇒ R)(implicit T1: Arbitrary[T1], T2: Arbitrary[T2], T3: Arbitrary[T3]): Arbitrary[R]
-
implicit
def
apply[T1, T2, R](f: (T1, T2) ⇒ R)(implicit T1: Arbitrary[T1], T2: Arbitrary[T2]): Arbitrary[R]
-
implicit
def
apply[T1, R](f: (T1) ⇒ R)(implicit T1: Arbitrary[T1]): Arbitrary[R]
-
def
apply[R](implicit R: Arbitrary[R]): R.type
-
final
def
asInstanceOf[T0]: T0
-
def
below(upper: Double)(implicit rand: Randomness): Arbitrary[Double]
-
def
below(upper: Float)(implicit rand: Randomness): Arbitrary[Float]
-
def
below(upper: Long)(implicit rand: Randomness): Arbitrary[Long]
-
def
below(upper: Int)(implicit rand: Randomness): Arbitrary[Int]
-
def
below(upper: Short)(implicit rand: Randomness): Arbitrary[Short]
-
def
below(upper: Byte)(implicit rand: Randomness): Arbitrary[Byte]
-
def
between(lower: Double, upper: Double)(implicit rand: Randomness): Arbitrary[Double]
-
def
between(lower: Float, upper: Float)(implicit rand: Randomness): Arbitrary[Float]
-
def
between(lower: Long, upper: Long)(implicit rand: Randomness): Arbitrary[Long]
-
def
between(lower: Int, upper: Int)(implicit rand: Randomness): Arbitrary[Int]
-
def
between(lower: Short, upper: Short)(implicit rand: Randomness): Arbitrary[Short]
-
def
between(lower: Byte, upper: Byte)(implicit rand: Randomness): Arbitrary[Byte]
-
def
choose[A](count: Int, elems: Enumerator[A])(implicit rand: Randomness): Arbitrary[List[A]]
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
pick[A](elems: Enumerator[A])(implicit rand: Randomness): Arbitrary[A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
A factory for Arbitrary value generators.