CatsInstances

difflicious.cats.CatsInstances$
See theCatsInstances companion trait
object CatsInstances extends CatsInstances

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Implicits

Inherited implicits

implicit val chainAsSeq: SeqLike[Chain]

Attributes

Inherited from:
CatsInstances
implicit val nonEmptyChainAsSeq: SeqLike[NonEmptyChain]

Attributes

Inherited from:
CatsInstances
implicit def nonEmptyChainDiffer[A](implicit aDiffer: Differ[A], typeName: TypeName[Type[A]]): SeqDiffer[NonEmptyChain, A]

Attributes

Inherited from:
CatsInstances
implicit val nonEmptyListAsSeq: SeqLike[NonEmptyList]

Attributes

Inherited from:
CatsInstances
implicit def nonEmptyListDiffer[A](implicit aDiffer: Differ[A], typeName: TypeName[NonEmptyList[A]]): SeqDiffer[NonEmptyList, A]

Attributes

Inherited from:
CatsInstances
implicit val nonEmptyMapAsMap: MapLike[NonEmptyMap]

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
implicit def nonEmptyMapEachable[K]: Eachable[[_] =>> Type[K, _$1]]

Attributes

Inherited from:
CatsInstances
implicit val nonEmptySetAsSet: SetLike[NonEmptySet]

Attributes

Inherited from:
CatsInstances
implicit def nonEmptySetDiffer[A](implicit aDiffer: Differ[A], typeName: TypeName[Type[A]]): SetDiffer[NonEmptySet, A]

Attributes

Inherited from:
CatsInstances
implicit val nonEmptyVectorAsSeq: SeqLike[NonEmptyVector]

Attributes

Inherited from:
CatsInstances
implicit def nonEmptyVectorDiffer[A](implicit aDiffer: Differ[A], typeName: TypeName[NonEmptyVector[A]]): SeqDiffer[NonEmptyVector, A]

Attributes

Inherited from:
CatsInstances