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