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