ScalapropsShapelessInstances

scalaprops.ScalapropsShapelessInstances
sealed abstract class ScalapropsShapelessInstances

Attributes

Source
ScalapropsShapeless.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

final def cogenFromPolyFunction[A](f: [t] => (a: A, s: CogenState[t]) => CogenState[t]): Cogen[A]

Attributes

Source
ScalapropsShapeless.scala

Implicits

Implicits

implicit inline def cogenCoproduct[A](using inst: => CoproductInstances[Cogen, A]): Cogen[A]

Attributes

Source
ScalapropsShapeless.scala
implicit inline def cogenProduct[A](using inst: => ProductInstances[Cogen, A]): Cogen[A]

Attributes

Source
ScalapropsShapeless.scala
implicit inline def genCoproduct[A](using inst: => CoproductInstances[Gen, A], mirror: SumOf[A]): Gen[A]

Attributes

Source
ScalapropsShapeless.scala
implicit inline def genProduct[A](using inst: => ProductInstances[Gen, A]): Gen[A]

Attributes

Source
ScalapropsShapeless.scala