Package

io.chrisdavenport

semigroups

Permalink

package semigroups

Visibility
  1. Public
  2. All

Type Members

  1. final case class Dual[A](getDual: A) extends AnyVal with Product with Serializable

    Permalink
  2. final case class First[A](getFirst: A) extends AnyVal with Product with Serializable

    Permalink
  3. final case class Intersect[A](getIntersect: Set[A]) extends AnyVal with Product with Serializable

    Permalink
  4. final case class Last[A](getLast: A) extends AnyVal with Product with Serializable

    Permalink
  5. final case class Max[A](getMax: A) extends AnyVal with Product with Serializable

    Permalink
  6. final case class Min[A](getMin: A) extends AnyVal with Product with Serializable

    Permalink

Value Members

  1. object Dual extends DualInstances with Serializable

    Permalink
  2. object First extends FirstInstances with Serializable

    Permalink
  3. object Intersect extends IntersectInstances with Serializable

    Permalink
  4. object Last extends LastInstances with Serializable

    Permalink
  5. object Max extends MaxInstances with Serializable

    Permalink
  6. object Min extends MinInstances with Serializable

    Permalink

Ungrouped