Semigroup

org.specs2.fp.Semigroup
See theSemigroup companion object
trait Semigroup[F]

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Monoid[F]

Members list

Value members

Abstract methods

def append(f1: F, f2: => F): F

Concrete methods

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