object GenFs
Provides higher kinded generators.
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- GenFs
 - 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
 
 -    val cause: GenF[Random with Sized, Cause]
A generator of failed
Causevalues. -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
 -  def either[R <: Random with Sized, E](e: Gen[R, E]): GenF[R, [+a]Either[E, a]]
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -    def exit[R <: Random with Sized, E](e: Gen[R, Cause[E]]): GenF[R, [+a]Exit[E, a]]
A generator of
Exitvalues. -    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable])
 
 -    val future: GenF[Random with Sized, Future]
A generator of
Futurevalues. -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -  def map[R <: Random with Sized, K](k: Gen[R, K]): GenF[R, [+v]Map[K, v]]
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def nonEmptyChunk: GenF[Random with Sized, NonEmptyChunk]
A generator of
NonEmptyChunkvalues. -  def nonEmptyList: GenF[Random with Sized, NonEmptyList]
 -  def nonEmptySet: GenF[Random with Sized, NonEmptySet]
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -    def parSeq[R <: Random with Sized, Z <: Unit](z: Gen[R, Z]): GenF[R, [+x]ParSeq[Z, x]]
A generator of
ParSeqvalues. -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -  def these[R <: Random with Sized, A](a: Gen[R, A]): GenF[R, [+b]These[A, b]]
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -    val tryScala: GenF[Random with Sized, Try]
A generator of
Tryvalues. -  def tuple2[R <: Random with Sized, A](a: Gen[R, A]): GenF[R, [+x](A, x)]
 -  def tuple3[R <: Random with Sized, A, B](a: Gen[R, A], b: Gen[R, B]): GenF[R, [+c](A, B, c)]
 -  def validation[R <: Random with Sized, W, E](w: Gen[R, W], e: Gen[R, E]): GenF[R, [+x]ZValidation[W, E, x]]
 -  def validationFailure[R <: Random with Sized, W, A](w: Gen[R, W], a: Gen[R, A]): GenF[R, [+x]Type[ZValidation[W, x, A]]]
 -   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()