Endomorphic

final case
class Endomorphic[=>:[_, _], A](run: A =>: A)

Endomorphisms have special properties among arrows, so are captured in this newtype.

Endomorphic[Function1, A] is equivalent to Endo[A]

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

Value members

Concrete methods

final
def andThen(that: Endomorphic[=>:, A])(implicit F: Compose[=>:]): Endomorphic[=>:, A]
final
def compose(that: Endomorphic[=>:, A])(implicit F: Compose[=>:]): Endomorphic[=>:, A]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product