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