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