arrow-core / arrow.core.extensions / EndoMonoid
interface ~~EndoMonoid~~<A> : Monoid<Endo<A>>
Deprecated: Typeclass instance have been moved to the companion object of the typeclass.
| combine | open fun Endo<A>.combine(g: Endo<A>): Endo<A> | 
    
| empty | open fun empty(): Endo<A> | 
    
Do you like Arrow?
✖