arrow-core-data / arrow.core / Endo
data class Endo<A>
The monoid of endomorphisms under composition.
<init> | The monoid of endomorphisms under composition.Endo(f: (A) -> A) |
f | val f: (A) -> A |
combine | fun combine(g: Endo <A>): Endo <A> |
Do you like Arrow?
✖