io.github.martinhh.derived.extras.literal

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object cogen
object scalacheck
object arbitrary

Public "API-entry-point" for derivation of Arbitrary-instances for literal types.

Public "API-entry-point" for derivation of Arbitrary-instances for literal types.

(No derivation for Shrink is provided because there is no sense in shrinking single-value types. No derivation for Cogen is provided because the Cogen instances for the respective parent types should be sufficient.)

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
arbitrary.type
object cogen extends LiteralCogens

Public "API-entry-point" for derivation of Cogen-instances for literal types.

Public "API-entry-point" for derivation of Cogen-instances for literal types.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
cogen.type
object scalacheck extends LiteralCogens

Public "API-entry-point" for derivation of scalacheck-typeclass-instances for literal types.

Public "API-entry-point" for derivation of scalacheck-typeclass-instances for literal types.

(No derivation for Shrink is provided because there is no sense in shrinking single-value types.)

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
scalacheck.type