Endomorphic

Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

final
def endoKleisli[F[_] : Monad, A](f: A => F[A]): Endomorphic[[_, _] =>> Kleisli[F, _$4, _$5], A]

Endomorphic Kleisli arrow

Endomorphic Kleisli arrow

Implicits

Inherited implicits

implicit
def cokleisliEndoInstance[F[_] : Comonad, A]: Monoid[Endomorphic[[_, _] =>> Cokleisli[F, _$14, _$15], A]]
Inherited from
EndomorphicInstances
implicit
def cokleisliEndoSemigroup[F[_] : Cobind, A]: Semigroup[Endomorphic[[_, _] =>> Cokleisli[F, _$26, _$27], A]]
Inherited from
EndomorphicInstances1
implicit
def endomorphicMonoid[=>:[_, _], A](implicit G: Category[=>:]): Monoid[Endomorphic[=>:, A]]
Inherited from
EndomorphicInstances0
implicit
def endomorphicSemigroup[=>:[_, _], A](implicit G: Compose[=>:]): Semigroup[Endomorphic[=>:, A]]
Inherited from
EndomorphicInstances2
implicit
def kleisliEndoInstance[F[_] : Monad, A]: Monoid[Endomorphic[[_, _] =>> Kleisli[F, _$9, _$10], A]]
Inherited from
EndomorphicInstances
implicit
def kleisliEndoSemigroup[F[_] : Bind, A]: Semigroup[Endomorphic[[_, _] =>> Kleisli[F, _$21, _$22], A]]
Inherited from
EndomorphicInstances1