Packages

c

cats.instances

SortedMapMonoid

class SortedMapMonoid[K, V] extends kernel.instances.SortedMapMonoid[K, V]

Annotations
@deprecated
Deprecated

(Since version 2.0.0-RC2) Use cats.kernel.instances.SortedMapMonoid

Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SortedMapMonoid
  2. SortedMapMonoid
  3. Monoid
  4. Semigroup
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def combine(xs: SortedMap[K, V], ys: SortedMap[K, V]): SortedMap[K, V]
    Definition Classes
    SortedMapMonoid → Semigroup
  7. def combineAll(as: IterableOnce[SortedMap[K, V]]): SortedMap[K, V]
    Definition Classes
    Monoid
  8. def combineAllOption(as: IterableOnce[SortedMap[K, V]]): Option[SortedMap[K, V]]
    Definition Classes
    Monoid → Semigroup
  9. def combineN(a: SortedMap[K, V], n: Int): SortedMap[K, V]
    Definition Classes
    Monoid → Semigroup
  10. def empty: SortedMap[K, V]
    Definition Classes
    SortedMapMonoid → Monoid
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def intercalate(middle: SortedMap[K, V]): kernel.Semigroup[SortedMap[K, V]]
    Definition Classes
    Semigroup
  17. def isEmpty(a: SortedMap[K, V])(implicit ev: kernel.Eq[SortedMap[K, V]]): Boolean
    Definition Classes
    Monoid
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def repeatedCombineN(a: SortedMap[K, V], n: Int): SortedMap[K, V]
    Attributes
    protected[this]
    Definition Classes
    Semigroup
  23. def reverse: kernel.Monoid[SortedMap[K, V]]
    Definition Classes
    Monoid → Semigroup
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from kernel.instances.SortedMapMonoid[K, V]

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