Monoid

trait Monoid[F] extends Semigroup[F]

Inspired from the scalaz (https://github.com/scalaz/scalaz) project

Companion:
object
trait Semigroup[F]
class Object
trait Matchable
class Any

Value members

Abstract methods

def zero: F

Concrete methods

def multiply(value: F, n: Int): F

Inherited methods

def append(f1: F, f2: => F): F
Inherited from:
Semigroup
def multiply1(value: F, n: Int): F
Inherited from:
Semigroup