Monoid

org.specs2.fp.Monoid
See theMonoid companion object
trait Monoid[F] extends Semigroup[F]

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

Attributes

Companion
object
Graph
Supertypes
trait Semigroup[F]
class Object
trait Matchable
class Any

Members list

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

Attributes

Inherited from:
Semigroup
def multiply1(value: F, n: Int): F

Attributes

Inherited from:
Semigroup