monix.types
The MonoidKClass provides the means to combine MonoidK instances with other type-classes.
MonoidKClass
To be inherited by MonoidK instances.
MonoidK
Combine two F[A] values.
Given a type A, create an "empty" F[A] value.
The
MonoidKClass
provides the means to combine MonoidK instances with other type-classes.To be inherited by
MonoidK
instances.