object
Gen
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
implicit
object
GenScalaz extends Monad[Gen]
-
def
alpha: Gen[Char]
-
def
alphanumeric: Gen[Char]
-
def
alphanumerics: GenS[List[Char]]
-
def
alphanumerics1: GenS[NonEmptyList[Char]]
-
def
alphanumericstring: GenS[String]
-
def
alphanumericstring1: GenS[String]
-
def
alphas: GenS[List[Char]]
-
def
alphas1: GenS[NonEmptyList[Char]]
-
def
alphastring: GenS[String]
-
def
alphastring1: GenS[String]
-
def
apply2[A, B, Z](z: (A, B) ⇒ Z)(A: Gen[A], B: Gen[B]): Gen[Z]
-
def
apply3[A, B, C, Z](z: (A, B, C) ⇒ Z)(A: Gen[A], B: Gen[B], C: Gen[C]): Gen[Z]
-
def
apply4[A, B, C, D, Z](z: (A, B, C, D) ⇒ Z)(A: Gen[A], B: Gen[B], C: Gen[C], D: Gen[D]): Gen[Z]
-
def
apply5[A, B, C, D, E, Z](z: (A, B, C, D, E) ⇒ Z)(A: Gen[A], B: Gen[B], C: Gen[C], D: Gen[D], E: Gen[E]): Gen[Z]
-
def
apply6[A, B, C, D, E, F, Z](z: (A, B, C, D, E, F) ⇒ Z)(A: Gen[A], B: Gen[B], C: Gen[C], D: Gen[D], E: Gen[E], F: Gen[F]): Gen[Z]
-
def
apply7[A, B, C, D, E, F, G, Z](z: (A, B, C, D, E, F, G) ⇒ Z)(A: Gen[A], B: Gen[B], C: Gen[C], D: Gen[D], E: Gen[E], F: Gen[F], G: Gen[G]): Gen[Z]
-
def
apply8[A, B, C, D, E, F, G, H, Z](z: (A, B, C, D, E, F, G, H) ⇒ Z)(A: Gen[A], B: Gen[B], C: Gen[C], D: Gen[D], E: Gen[E], F: Gen[F], G: Gen[G], H: Gen[H]): Gen[Z]
-
def
apply9[A, B, C, D, E, F, G, H, I, Z](z: (A, B, C, D, E, F, G, H, I) ⇒ Z)(A: Gen[A], B: Gen[B], C: Gen[C], D: Gen[D], E: Gen[E], F: Gen[F], G: Gen[G], H: Gen[H], I: Gen[I]): Gen[Z]
-
final
def
asInstanceOf[T0]: T0
-
def
boolean: Gen[Boolean]
-
def
byte: Gen[Byte]
-
def
char: Gen[Char]
-
def
charof(ev: Char, s: String, rs: NumericRange[Char]*): Gen[Char]
-
def
chars: GenS[List[Char]]
-
def
chars1: GenS[NonEmptyList[Char]]
-
def
choosedouble(l: Double, h: Double): Gen[Double]
-
def
choosefloat(l: Float, h: Float): Gen[Float]
-
def
chooseint(l: Int, h: Int): Gen[Int]
-
def
chooselong(l: Long, h: Long): Gen[Long]
-
def
clone(): AnyRef
-
def
digit: Gen[Digit]
-
def
digits: GenS[List[Digit]]
-
def
digits1: GenS[NonEmptyList[Digit]]
-
def
distribute[F[_], B](a: Gen[F[B]])(implicit D: Distributive[F]): F[Gen[B]]
-
def
distributeK[F[_], A, B](a: Gen[Kleisli[F, A, B]])(implicit D: Distributive[F]): Kleisli[F, A, Gen[B]]
-
def
distributeR[A, B](a: Gen[(A) ⇒ B]): (A) ⇒ Gen[B]
-
def
distributeRK[A, B](a: Gen[(A) ⇒ B]): Kleisli[Gen, A, B]
-
def
double: Gen[Double]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
float: Gen[Float]
-
def
frequency[A](x: (Int, Gen[A]), xs: (Int, Gen[A])*): Gen[A]
-
def
frequencyL[A](l: NonEmptyList[(Int, Gen[A])]): Gen[A]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
identifier: GenS[NonEmptyList[Char]]
-
def
identifierstring: GenS[String]
-
def
insert[A](a: A): Gen[A]
-
def
int: Gen[Int]
-
final
def
isInstanceOf[T0]: Boolean
-
def
lift[A](f: (Size) ⇒ Rng[A]): GenS[A]
-
def
long: Gen[Long]
-
def
lower: Gen[Char]
-
def
lowers: GenS[List[Char]]
-
def
lowers1: GenS[NonEmptyList[Char]]
-
def
lowerstring: GenS[String]
-
def
lowerstring1: GenS[String]
-
final
def
ne(arg0: AnyRef): Boolean
-
def
negativedouble: Gen[Double]
-
def
negativefloat: Gen[Float]
-
def
negativeint: Gen[Int]
-
def
negativelong: Gen[Long]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
numeric: Gen[Char]
-
def
numerics: GenS[List[Char]]
-
def
numerics1: GenS[NonEmptyList[Char]]
-
def
numericstring: GenS[String]
-
def
numericstring1: GenS[String]
-
def
oneof[A](a: A, as: A*): Gen[A]
-
def
oneofG[A](a: Gen[A], as: Gen[A]*): Gen[A]
-
def
oneofGC[A, B >: A](a: Gen[A], as: Gen[A]*): Gen[B]
-
def
oneofL[A](x: NonEmptyList[A]): Gen[A]
-
def
oneofSeq[A](as: Seq[A]): Gen[Option[A]]
-
def
oneofV[A](x: OneAnd[Vector, A]): Gen[A]
-
def
pair[A, B](A: Gen[A], B: Gen[B]): Gen[(A, B)]
-
def
positivedouble: Gen[Double]
-
def
positivefloat: Gen[Float]
-
def
positiveint: Gen[Int]
-
def
positivelong: Gen[Long]
-
def
propernoun: GenS[NonEmptyList[Char]]
-
def
propernounstring: GenS[String]
-
def
sequence[T[_], A](x: T[Gen[A]])(implicit T: Traverse[T]): Gen[T[A]]
-
def
sequencePair[X, A](x: X, r: Gen[A]): Gen[(X, A)]
-
def
short: Gen[Short]
-
def
shuffle[T, CC[X] <: TraversableOnce[X]](xs: CC[T])(implicit bf: CanBuildFrom[CC[T], T, CC[T]]): Gen[CC[T]]
-
def
string: GenS[String]
-
def
string1: GenS[String]
-
def
subset[A](as: TraversableOnce[A]): Gen[Vector[A]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
triple[A, B, C](A: Gen[A], B: Gen[B], C: Gen[C]): Gen[(A, B, C)]
-
def
tuple2[A, B](A: Gen[A], B: Gen[B]): Gen[(A, B)]
-
def
tuple3[A, B, C](A: Gen[A], B: Gen[B], C: Gen[C]): Gen[(A, B, C)]
-
def
tuple4[A, B, C, D](A: Gen[A], B: Gen[B], C: Gen[C], D: Gen[D]): Gen[(A, B, C, D)]
-
def
tuple5[A, B, C, D, E](A: Gen[A], B: Gen[B], C: Gen[C], D: Gen[D], E: Gen[E]): Gen[(A, B, C, D, E)]
-
def
tuple6[A, B, C, D, E, F](A: Gen[A], B: Gen[B], C: Gen[C], D: Gen[D], E: Gen[E], F: Gen[F]): Gen[(A, B, C, D, E, F)]
-
def
tuple7[A, B, C, D, E, F, G](A: Gen[A], B: Gen[B], C: Gen[C], D: Gen[D], E: Gen[E], F: Gen[F], G: Gen[G]): Gen[(A, B, C, D, E, F, G)]
-
def
tuple8[A, B, C, D, E, F, G, H](A: Gen[A], B: Gen[B], C: Gen[C], D: Gen[D], E: Gen[E], F: Gen[F], G: Gen[G], H: Gen[H]): Gen[(A, B, C, D, E, F, G, H)]
-
def
tuple9[A, B, C, D, E, F, G, H, I](A: Gen[A], B: Gen[B], C: Gen[C], D: Gen[D], E: Gen[E], F: Gen[F], G: Gen[G], H: Gen[H], I: Gen[I]): Gen[(A, B, C, D, E, F, G, H, I)]
-
def
unit: Gen[Unit]
-
def
unsized[A](rng: Rng[A]): Gen[A]
-
def
upper: Gen[Char]
-
def
uppers: GenS[List[Char]]
-
def
uppers1: GenS[NonEmptyList[Char]]
-
def
upperstring: GenS[String]
-
def
upperstring1: GenS[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