ArbDerivation
uk.gov.hmrc.scalatestaccessibilitylinter.helpers.ArbDerivation
trait ArbDerivation extends AutoDerivation[Arbitrary]
Attributes
- Graph
-
- Supertypes
-
trait AutoDerivation[Arbitrary]trait Derivation[Arbitrary]trait CommonDerivation[Arbitrary]class Objecttrait Matchableclass AnyShow all
- Known subtypes
Members list
Type members
Types
Value members
Abstract methods
Inherited methods
inline def `getParams__`[T, Labels <: Tuple, Params <: Tuple](annotations: Map[String, List[Any]], inheritedAnnotations: Map[String, List[Any]], typeAnnotations: Map[String, List[Any]], repeated: Map[String, Boolean], defaults: Map[String, Option[() => Any]], idx: Int): List[Param[Typeclass, T]]
Attributes
- Inherited from:
- CommonDerivation
Attributes
- Inherited from:
- Derivation
Attributes
- Inherited from:
- Derivation
Attributes
- Inherited from:
- CommonDerivation
Attributes
- Inherited from:
- Derivation
inline def getParams[T, Labels <: Tuple, Params <: Tuple](annotations: Map[String, List[Any]], typeAnnotations: Map[String, List[Any]], repeated: Map[String, Boolean], idx: Int): List[Param[Typeclass, T]]
Attributes
- Inherited from:
- CommonDerivation
inline def getParams_[T, Labels <: Tuple, Params <: Tuple](annotations: Map[String, List[Any]], inheritedAnnotations: Map[String, List[Any]], typeAnnotations: Map[String, List[Any]], repeated: Map[String, Boolean], idx: Int): List[Param[Typeclass, T]]
Attributes
- Inherited from:
- CommonDerivation
transparent inline def subtypes[T, SubtypeTuple <: Tuple](m: SumOf[T], idx: Int): List[Subtype[Typeclass, T, _]]
Attributes
- Inherited from:
- Derivation
Givens
Inherited givens
Attributes
- Inherited from:
- AutoDerivation
In this article