cats

package cats

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. cats
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type <~[F[_], G[_]] = NaturalTransformation[G, F]

  2. type Eq[A] = cats.kernel.Eq[A]

  3. type Group[A] = cats.kernel.Group[A]

  4. type Id[A] = A

  5. type Monoid[A] = cats.kernel.Monoid[A]

  6. type Order[A] = cats.kernel.Order[A]

  7. type PartialOrder[A] = cats.kernel.PartialOrder[A]

  8. type Semigroup[A] = cats.kernel.Semigroup[A]

  9. type ~>[F[_], G[_]] = NaturalTransformation[F, G]

  10. type = Any

  11. 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. package free

  8. implicit val idInstances: Bimonad[Id] with Traverse[Id]

Inherited from AnyRef

Inherited from Any

Ungrouped