object cats
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- cats
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def chainDecoder[T](implicit arg0: Decoder[T]): Decoder[Chain[T]]
- implicit def chainEncoder[T](implicit arg0: Encoder[T]): Encoder[Chain[T]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- implicit def iorDecoder[A, B](implicit arg0: Decoder[A], arg1: Decoder[B]): Decoder[Ior[A, B]]
- implicit def iorEncoder[A, B](implicit arg0: Encoder[A], arg1: Encoder[B]): Encoder[Ior[A, B]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- implicit def necDecoder[T](implicit arg0: Decoder[T]): Decoder[NonEmptyChain[T]]
- implicit def necEncoder[T](implicit arg0: Encoder[T]): Encoder[NonEmptyChain[T]]
- implicit def nelDecoder[T](implicit arg0: Decoder[T]): Decoder[NonEmptyList[T]]
- implicit def nelEncoder[T](implicit arg0: Encoder[T]): Encoder[NonEmptyList[T]]
- implicit def nemDecoder[K, V](implicit arg0: Decoder[K], arg1: Order[K], arg2: Decoder[V]): Decoder[NonEmptyMap[K, V]]
- implicit def nemEncoder[K, V](implicit arg0: Encoder[K], arg1: Encoder[V]): Encoder[NonEmptyMap[K, V]]
- implicit def nesDecoder[T](implicit arg0: Decoder[T], arg1: Order[T]): Decoder[NonEmptySet[T]]
- implicit def nesEncoder[T](implicit arg0: Encoder[T]): Encoder[NonEmptySet[T]]
- implicit def nevDecoder[T](implicit arg0: Decoder[T]): Decoder[NonEmptyVector[T]]
- implicit def nevEncoder[T](implicit arg0: Encoder[T]): Encoder[NonEmptyVector[T]]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- implicit def validatedDecoder[E, A](implicit arg0: Decoder[E], arg1: Decoder[A]): Decoder[Validated[E, A]]
- implicit def validatedEncoder[E, A](implicit arg0: Encoder[E], arg1: Encoder[A]): Encoder[Validated[E, A]]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated