intMonoid

leopards.int$package.intMonoid
object intMonoid extends Monoid[Int]

Attributes

Source
int.scala
Graph
Supertypes
trait Monoid[Int]
trait Semigroup[Int]
class Object
trait Matchable
class Any
Self type
intMonoid.type

Members list

Value members

Concrete methods

def combine(x: Int, y: Int): Int

Attributes

Source
int.scala
def empty: Int

Attributes

Source
int.scala

Extensions

Inherited extensions

extension (x: Int)
inline def |+|(y: Int): A

Attributes

Inherited from:
Semigroup
Source
Semigroup.scala