Endo

object Endo extends EndoInstances
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Endo.type

Type members

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Implicits

Inherited implicits

final implicit def eqEndo[C[_, _], A](implicit ev: Eq[C[A, A]]): Eq[Endo[C, A]]
Inherited from:
EndoInstances
final implicit def monoidEndo[C[_, _], A](implicit ev: Category[C]): Monoid[Endo[C, A]]
Inherited from:
EndoInstances
final implicit def ordEndo[C[_, _], A](implicit ev: Order[C[A, A]]): Order[Endo[C, A]]
Inherited from:
EndoInstances
final implicit def semigroupEndo[C[_, _], A](implicit ev: Compose[C]): Semigroup[Endo[C, A]]
Inherited from:
EndoInstances