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 Hash[A] = cats.kernel.Hash[A]
  6. type Id[A] = A
  7. type Monoid[A] = cats.kernel.Monoid[A]
  8. type Order[A] = cats.kernel.Order[A]
  9. type PartialOrder[A] = cats.kernel.PartialOrder[A]
  10. type Semigroup[A] = cats.kernel.Semigroup[A]
  11. type ~>[F[_], G[_]] = FunctionK[F, G]
  12. type = Any
  13. type = Nothing
  14. type Cartesian[F[_]] = Semigroupal[F]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-RC1) renamed to Semigroupal

Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped