arrow-core / arrow.core.extensions / FloatSemiring
interface ~~FloatSemiring~~ : Semiring<Float>
Deprecated: Typeclass interface implementation will not be exposed directly anymore
| combine | open fun Float.combine(b: Float): Float | 
    
| combineMultiplicate | open fun Float.combineMultiplicate(b: Float): Float | 
    
| one | open fun one(): Float | 
    
| zero | open fun zero(): Float | 
    
Do you like Arrow?
✖