difflicious.cats.CatsInstances$
See theCatsInstances companion trait
object CatsInstances extends CatsInstances
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
CatsInstances.type
Members list
Implicits
Inherited implicits
Attributes
- Inherited from:
- CatsInstances
Attributes
- Inherited from:
- CatsInstances
implicit def nonEmptyChainDiffer[A](implicit aDiffer: Differ[A], typeName: TypeName[Type[A]]): SeqDiffer[NonEmptyChain, A]
Attributes
- Inherited from:
- CatsInstances
Attributes
- Inherited from:
- CatsInstances
implicit def nonEmptyListDiffer[A](implicit aDiffer: Differ[A], typeName: TypeName[NonEmptyList[A]]): SeqDiffer[NonEmptyList, A]
Attributes
- Inherited from:
- CatsInstances
Attributes
- Inherited from:
- CatsInstances
implicit def nonEmptyMapDiffer[K, V](implicit keyDiffer: ValueDiffer[K], valueDiffer: Differ[V], typeName: TypeName[Type[K, V]]): MapDiffer[NonEmptyMap, K, V]
Attributes
- Inherited from:
- CatsInstances
Attributes
- Inherited from:
- CatsInstances
Attributes
- Inherited from:
- CatsInstances
implicit def nonEmptySetDiffer[A](implicit aDiffer: Differ[A], typeName: TypeName[Type[A]]): SetDiffer[NonEmptySet, A]
Attributes
- Inherited from:
- CatsInstances
Attributes
- Inherited from:
- CatsInstances
implicit def nonEmptyVectorDiffer[A](implicit aDiffer: Differ[A], typeName: TypeName[NonEmptyVector[A]]): SeqDiffer[NonEmptyVector, A]
Attributes
- Inherited from:
- CatsInstances
In this article