Packages

p

cats

package cats

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. cats
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type :<:[F[_], G[_]] = InjectK[F, G]
  2. type :≺:[F[_], G[_]] = InjectK[F, G]
  3. type Eq[A] = cats.kernel.Eq[A]
  4. type Group[A] = cats.kernel.Group[A]
  5. type Id[A] = A
  6. type Monoid[A] = cats.kernel.Monoid[A]
  7. type Order[A] = cats.kernel.Order[A]
  8. type PartialOrder[A] = cats.kernel.PartialOrder[A]
  9. type Semigroup[A] = cats.kernel.Semigroup[A]
  10. type ~>[F[_], G[_]] = FunctionK[F, G]
  11. type = Any
  12. type = Nothing

Value Members

  1. val Eq: cats.kernel.Eq.type
  2. val Group: cats.kernel.Group.type
  3. val Monoid: cats.kernel.Monoid.type
  4. val Order: cats.kernel.Order.type
  5. val PartialOrder: cats.kernel.PartialOrder.type
  6. val Semigroup: cats.kernel.Semigroup.type
  7. implicit val catsInstancesForId: Bimonad[Id] with CommutativeMonad[Id] with Comonad[Id] with NonEmptyTraverse[Id]

Inherited from AnyRef

Inherited from Any

Ungrouped