Packages

c

cats.instances

SortedSetSemilattice

class SortedSetSemilattice[A] extends kernel.instances.SortedSetSemilattice[A]

Annotations
@deprecated
Deprecated

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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SortedSetSemilattice
  2. SortedSetSemilattice
  3. BoundedSemilattice
  4. CommutativeMonoid
  5. Monoid
  6. Semilattice
  7. CommutativeSemigroup
  8. Band
  9. Semigroup
  10. Serializable
  11. Serializable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SortedSetSemilattice()(implicit arg0: kernel.Order[A])

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 asJoinPartialOrder(implicit ev: kernel.Eq[SortedSet[A]]): kernel.PartialOrder[SortedSet[A]]
    Definition Classes
    Semilattice
  6. def asMeetPartialOrder(implicit ev: kernel.Eq[SortedSet[A]]): kernel.PartialOrder[SortedSet[A]]
    Definition Classes
    Semilattice
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def combine(x: SortedSet[A], y: SortedSet[A]): SortedSet[A]
    Definition Classes
    SortedSetSemilattice → Semigroup
  9. def combineAll(as: IterableOnce[SortedSet[A]]): SortedSet[A]
    Definition Classes
    Monoid
  10. def combineAllOption(as: IterableOnce[SortedSet[A]]): Option[SortedSet[A]]
    Definition Classes
    Monoid → Semigroup
  11. def combineN(a: SortedSet[A], n: Int): SortedSet[A]
    Definition Classes
    BoundedSemilattice → Monoid → Band → Semigroup
  12. def empty: SortedSet[A]
    Definition Classes
    SortedSetSemilattice → Monoid
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def intercalate(middle: SortedSet[A]): CommutativeSemigroup[SortedSet[A]]
    Definition Classes
    CommutativeSemigroup → Semigroup
  19. def isEmpty(a: SortedSet[A])(implicit ev: kernel.Eq[SortedSet[A]]): Boolean
    Definition Classes
    Monoid
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def repeatedCombineN(a: SortedSet[A], n: Int): SortedSet[A]
    Attributes
    protected[this]
    Definition Classes
    Semigroup
  25. def reverse: CommutativeMonoid[SortedSet[A]]
    Definition Classes
    CommutativeMonoid → CommutativeSemigroup → Monoid → Semigroup
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from BoundedSemilattice[SortedSet[A]]

Inherited from CommutativeMonoid[SortedSet[A]]

Inherited from kernel.Monoid[SortedSet[A]]

Inherited from Semilattice[SortedSet[A]]

Inherited from CommutativeSemigroup[SortedSet[A]]

Inherited from Band[SortedSet[A]]

Inherited from kernel.Semigroup[SortedSet[A]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped