Packages

final class ModuleBaseSemilattice[T <: ModuleBase] extends BoundedSemilattice[T]

Linear Supertypes
BoundedSemilattice[T], CommutativeMonoid[T], Monoid[T], Semilattice[T], CommutativeSemigroup[T], Band[T], Semigroup[T], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModuleBaseSemilattice
  2. BoundedSemilattice
  3. CommutativeMonoid
  4. Monoid
  5. Semilattice
  6. CommutativeSemigroup
  7. Band
  8. Semigroup
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ModuleBaseSemilattice()(implicit arg0: ModuleMake[T])

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from BoundedSemilattice[T]

Inherited from CommutativeMonoid[T]

Inherited from Monoid[T]

Inherited from Semilattice[T]

Inherited from CommutativeSemigroup[T]

Inherited from Band[T]

Inherited from Semigroup[T]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped