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