Packages

object MonoidK extends Serializable

Source
MonoidK.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MonoidK
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Instance[F[_]] extends MonoidK[F] with Type[F] with SemigroupK.Instance[F]

    The MonoidK.Instance provides the means to combine MonoidK instances with other type-classes.

    The MonoidK.Instance provides the means to combine MonoidK instances with other type-classes.

    To be inherited by MonoidK instances.

  2. trait Laws[F[_]] extends SemigroupK.Laws[F] with Type[F]

    Laws for MonoidK.

  3. trait Type[F[_]] extends SemigroupK.Type[F]

    The MonoidK.Type should be inherited in type-classes that are derived from MonoidK.

Value Members

  1. def apply[F[_]](implicit F: MonoidK[F]): MonoidK[F]
    Annotations
    @inline()