arrow-core / arrow.core.extensions / ByteSemigroup
interface ~~ByteSemigroup~~ : Semigroup<
Byte
>
Deprecated: Typeclass interface implementation will not be exposed directly anymore
combine | open fun Byte .combine(b: Byte ): Byte |
ByteMonoid | interface ~~ByteMonoid~~ : Monoid< Byte >, ByteSemigroup |
Do you like Arrow?
✖