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