Semigroup

trait Semigroup[F]

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

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

Value members

Abstract methods

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

Concrete methods

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