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