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