Class

cats.instances

SortedMapMonoid

Related Doc: package instances

Permalink

class SortedMapMonoid[K, V] extends Monoid[SortedMap[K, V]]

Linear Supertypes
kernel.Monoid[SortedMap[K, V]], kernel.Semigroup[SortedMap[K, V]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SortedMapMonoid
  2. Monoid
  3. Semigroup
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SortedMapMonoid()(implicit V: kernel.Semigroup[V], O: kernel.Order[K])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def combine(xs: SortedMap[K, V], ys: SortedMap[K, V]): SortedMap[K, V]

    Permalink
    Definition Classes
    SortedMapMonoid → Semigroup
  7. def combineAll(as: TraversableOnce[SortedMap[K, V]]): SortedMap[K, V]

    Permalink
    Definition Classes
    Monoid
  8. def combineAllOption(as: TraversableOnce[SortedMap[K, V]]): Option[SortedMap[K, V]]

    Permalink
    Definition Classes
    Monoid → Semigroup
  9. def combineN(a: SortedMap[K, V], n: Int): SortedMap[K, V]

    Permalink
    Definition Classes
    Monoid → Semigroup
  10. def empty: SortedMap[K, V]

    Permalink
    Definition Classes
    SortedMapMonoid → Monoid
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def isEmpty(a: SortedMap[K, V])(implicit ev: kernel.Eq[SortedMap[K, V]]): Boolean

    Permalink
    Definition Classes
    Monoid
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def repeatedCombineN(a: SortedMap[K, V], n: Int): SortedMap[K, V]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Semigroup
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from kernel.Monoid[SortedMap[K, V]]

Inherited from kernel.Semigroup[SortedMap[K, V]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped