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