NamedTagsAreMonoid

define a very coarse Monoid for NamedTags where appending 2 NamedTags returns a Tag object with both list of tags

Value members

Concrete methods

def append(t1: NamedTag, t2: => NamedTag): NamedTag

Inherited methods

def multiply(value: NamedTag, n: Int): NamedTag
Inherited from
Monoid
def multiply1(value: NamedTag, n: Int): NamedTag
Inherited from
Semigroup

Concrete fields