Packages

trait ConcatenativeMonoid[X] extends ConcatenativeSemigroup[X] with HasEmpty[X]

Represents a concatenative monoid (i.e. monoids operating on sequences, etc. that bears the operation ++)

Self Type
ConcatenativeMonoid[X]
Since

0.2.1

Linear Supertypes
HasEmpty[X], ConcatenativeSemigroup[X], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConcatenativeMonoid
  2. HasEmpty
  3. ConcatenativeSemigroup
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def concat(x: X, y: X): X

    The concatenation (++) operation of this semigroup.

    The concatenation (++) operation of this semigroup.

    Definition Classes
    ConcatenativeSemigroup
  2. abstract def empty: X

    The empty element (concatenative identity) of this type.

    The empty element (concatenative identity) of this type.

    Definition Classes
    HasEmpty

Concrete 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. def asIdentityWithEmpty: HasIdentity[X]

    Casts this object to a HasIdentity with identity 0.

    Casts this object to a HasIdentity with identity 0.

    Definition Classes
    HasEmpty
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def asMonoidWithConcat: Monoid[X]
  7. def asSemigroupWithConcat: Semigroup[X]

    Casts this structure as a symbol-agnostic semigroup.

    Casts this structure as a symbol-agnostic semigroup.

    Definition Classes
    ConcatenativeSemigroup
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def concatN(x: X, n: Int): X

    Computes the concatenated sequence x ++ x ++ ··· ++ x with x repeated for n times.

    Computes the concatenated sequence x ++ x ++ ··· ++ x with x repeated for n times.

    Definition Classes
    ConcatenativeMonoidConcatenativeSemigroup
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from HasEmpty[X]

Inherited from ConcatenativeSemigroup[X]

Inherited from AnyRef

Inherited from Any

Ungrouped