org.scalacheck

derive

package derive

Visibility
  1. Public
  2. All

Type Members

  1. trait CoproductInstances extends AnyRef

  2. trait CoproductSingletons[C <: Coproduct] extends AnyRef

  3. trait DerivedInstances extends AnyRef

  4. trait FieldTypeInstances extends AnyRef

  5. trait HListInstances extends AnyRef

  6. trait HListSingletons[L <: HList] extends AnyRef

  7. trait LowPrioritySingletons extends AnyRef

  8. trait MkArbitrary[T] extends AnyRef

    Derives Arbitrary[T] instances for T an HList, a Coproduct, a case class or an ADT (or more generally, a type represented Generically as an HList or a Coproduct).

  9. trait MkCogen[T] extends AnyRef

    Derives Cogen[T] instances for T an HList, a Coproduct, a case class or an ADT (or more generally, a type represented Generically as an HList or a Coproduct).

  10. trait MkCoproductArbitrary[C <: Coproduct] extends AnyRef

  11. trait MkCoproductCogen[C <: Coproduct] extends AnyRef

  12. trait MkCoproductShrink[C <: Coproduct] extends AnyRef

  13. trait MkHListArbitrary[L <: HList] extends AnyRef

  14. trait MkHListCogen[L <: HList] extends AnyRef

  15. trait MkHListShrink[L <: HList] extends AnyRef

  16. trait MkShrink[T] extends AnyRef

    Derives Shrink[T] instances for T an HList, a Coproduct, a case class or an ADT (or more generally, a type represented Generically as an HList or a Coproduct).

  17. trait SingletonInstances extends AnyRef

  18. trait Singletons[T] extends AnyRef

    Type class providing the instances of T that can be built out of singletons only.

Ungrouped