arrow-core / arrow.core.extensions / IntSemigroup
interface ~~IntSemigroup~~ : Semigroup<Int>
Deprecated: Typeclass interface implementation will not be exposed directly anymore
| combine | open fun Int.combine(b: Int): Int | 
    
| IntMonoid | interface ~~IntMonoid~~ : Monoid<Int>, IntSemigroup | 
    
Do you like Arrow?
✖