Packages

trait CatsInstances extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CatsInstances
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit val chainAsSeq: SeqLike[Chain]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. implicit val nonEmptyChainAsSeq: SeqLike[NonEmptyChain]
  14. implicit def nonEmptyChainDiffer[A](implicit aDiffer: Differ[A], typeName: TypeName[NonEmptyChain[A]]): SeqDiffer[NonEmptyChain, A]
  15. implicit val nonEmptyListAsSeq: SeqLike[NonEmptyList]
  16. implicit def nonEmptyListDiffer[A](implicit aDiffer: Differ[A], typeName: TypeName[NonEmptyList[A]]): SeqDiffer[NonEmptyList, A]
  17. implicit val nonEmptyMapAsMap: MapLike[NonEmptyMap]
  18. implicit def nonEmptyMapDiffer[K, V](implicit keyDiffer: ValueDiffer[K], valueDiffer: Differ[V], typeName: TypeName[NonEmptyMap[K, V]]): MapDiffer[NonEmptyMap, K, V]
  19. implicit def nonEmptyMapEachable[K]: Eachable[[β$0$]cats.data.NonEmptyMapImpl.Type[K, β$0$]]
  20. implicit val nonEmptySetAsSet: SetLike[NonEmptySet]
  21. implicit def nonEmptySetDiffer[A](implicit aDiffer: Differ[A], typeName: TypeName[NonEmptySet[A]]): SetDiffer[NonEmptySet, A]
  22. implicit val nonEmptyVectorAsSeq: SeqLike[NonEmptyVector]
  23. implicit def nonEmptyVectorDiffer[A](implicit aDiffer: Differ[A], typeName: TypeName[NonEmptyVector[A]]): SeqDiffer[NonEmptyVector, A]
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped