Package

oneand

cats

Permalink

package cats

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. cats
  2. NonEmptySetSupport
  3. NonEmptyMapSupport
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. implicit class NonEmptyMapCompanionOps extends AnyRef

    Permalink

    scalaz-related static methods for NonEmptyMap

    scalaz-related static methods for NonEmptyMap

    Definition Classes
    NonEmptyMapSupport
  2. implicit class NonEmptyMapOps[K, V] extends AnyRef

    Permalink

    Add scalaz-related methods to NonEmptyMap

    Add scalaz-related methods to NonEmptyMap

    Definition Classes
    NonEmptyMapSupport
  3. trait NonEmptyMapSupport extends AnyRef

    Permalink
  4. trait NonEmptySetSupport extends AnyRef

    Permalink

Value Members

  1. implicit def NonEmptyMapEqual[K, V]: Eq[NonEmptyMap[K, V]]

    Permalink
    Definition Classes
    NonEmptyMapSupport
  2. implicit def NonEmptyMapInstance[K, V]: Reducible[[β]NonEmptyMap[K, β]] with Traverse[[β]NonEmptyMap[K, β]] with Functor[[β]NonEmptyMap[K, β]] with SemigroupK[[β]NonEmptyMap[K, β]]

    Permalink
    Definition Classes
    NonEmptyMapSupport
  3. implicit def NonEmptyMapSemigroup[K, V](implicit arg0: Semigroup[V]): Semigroup[NonEmptyMap[K, V]]

    Permalink
    Definition Classes
    NonEmptyMapSupport

Inherited from NonEmptySetSupport

Inherited from NonEmptyMapSupport

Inherited from AnyRef

Inherited from Any

Ungrouped