Packages

c

cats.instances

SortedSetSemilattice

class SortedSetSemilattice[A] extends BoundedSemilattice[SortedSet[A]]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SortedSetSemilattice
  2. BoundedSemilattice
  3. CommutativeMonoid
  4. Monoid
  5. Semilattice
  6. CommutativeSemigroup
  7. Band
  8. Semigroup
  9. Serializable
  10. Serializable
  11. AnyRef
  12. 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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def combine(x: SortedSet[A], y: SortedSet[A]): SortedSet[A]
    Definition Classes
    SortedSetSemilattice → Semigroup
  9. def combineAll(as: TraversableOnce[SortedSet[A]]): SortedSet[A]
    Definition Classes
    Monoid
  10. def combineAllOption(as: TraversableOnce[SortedSet[A]]): Option[SortedSet[A]]
    Definition Classes
    Monoid → Semigroup
  11. def combineN(a: SortedSet[A], n: Int): SortedSet[A]
    Definition Classes
    Monoid → 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[java.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 isEmpty(a: SortedSet[A])(implicit ev: kernel.Eq[SortedSet[A]]): Boolean
    Definition Classes
    Monoid
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def repeatedCombineN(a: SortedSet[A], n: Int): SortedSet[A]
    Attributes
    protected[this]
    Definition Classes
    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
    @native() @throws( ... )

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