io.github.martinhh.derived.extras.literal

Members list

Type members

Classlikes

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

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

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