Class

cats.instances

SortedSetSemilattice

Related Doc: package instances

Permalink

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

Linear Supertypes
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])

    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 asJoinPartialOrder(implicit ev: kernel.Eq[SortedSet[A]]): kernel.PartialOrder[SortedSet[A]]

    Permalink
    Definition Classes
    Semilattice
  6. def asMeetPartialOrder(implicit ev: kernel.Eq[SortedSet[A]]): kernel.PartialOrder[SortedSet[A]]

    Permalink
    Definition Classes
    Semilattice
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def combine(x: SortedSet[A], y: SortedSet[A]): SortedSet[A]

    Permalink
    Definition Classes
    SortedSetSemilattice → Semigroup
  9. def combineAll(as: TraversableOnce[SortedSet[A]]): SortedSet[A]

    Permalink
    Definition Classes
    Monoid
  10. def combineAllOption(as: TraversableOnce[SortedSet[A]]): Option[SortedSet[A]]

    Permalink
    Definition Classes
    Monoid → Semigroup
  11. def combineN(a: SortedSet[A], n: Int): SortedSet[A]

    Permalink
    Definition Classes
    Monoid → Semigroup
  12. def empty: SortedSet[A]

    Permalink
    Definition Classes
    SortedSetSemilattice → Monoid
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def isEmpty(a: SortedSet[A])(implicit ev: kernel.Eq[SortedSet[A]]): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def repeatedCombineN(a: SortedSet[A], n: Int): SortedSet[A]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @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