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