cats

package cats

Linear Supertypes
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] = algebra.Eq[A]

  3. type Id[A] = A

  4. type Monoid[A] = algebra.Monoid[A]

  5. type Order[A] = algebra.Order[A]

  6. type PartialOrder[A] = algebra.PartialOrder[A]

  7. type Semigroup[A] = algebra.Semigroup[A]

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

  9. type = Any

  10. type = Nothing

Value Members

  1. val Eq: algebra.Eq.type

  2. implicit val Id: Bimonad[Id]

  3. val Monoid: algebra.Monoid.type

  4. val Order: algebra.Order.type

  5. val PartialOrder: algebra.PartialOrder.type

  6. val Semigroup: algebra.Semigroup.type

  7. object implicits extends AllSyntax with AllInstances

  8. package std

Inherited from AnyRef

Inherited from Any

Ungrouped