Endo

final case class Endo[C[_, _], A](runEndo: C[A, A])

cats.Monoid and cats.Semigroup for category endomorphisms.

When c is instantiated with -> this composes functions of type a -> a

Companion:
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product