ZeroMonoidFunctions

trait ZeroMonoidFunctions[M <: ([T] =>> ZeroMonoid[T])] extends MonoidFunctions[M] with ZeroSemigroupFunctions[M]
class MonoidFunctions[M]
class SemigroupFunctions[M]
class Object
trait Matchable
class Any

Value members

Inherited methods

def absorbing[@specialized(Int, Long, Float, Double) A](ev: M[A]): A
def combine[@specialized(Int, Long, Float, Double) A](x: A, y: A)(ev: M[A]): A
Inherited from
SemigroupFunctions
def combineAll[@specialized(Int, Long, Float, Double) A](as: IterableOnce[A])(ev: M[A]): A
Inherited from
MonoidFunctions
def combineAllOption[A](as: IterableOnce[A])(ev: M[A]): Option[A]
Inherited from
SemigroupFunctions
def combineN[@specialized(Int, Long, Float, Double) A](a: A, n: Int)(ev: M[A]): A
Inherited from
SemigroupFunctions
def empty[@specialized(Int, Long, Float, Double) A](ev: M[A]): A
Inherited from
MonoidFunctions
def isAbsorbing[@specialized(Int, Long, Float, Double) A](a: A)(s: M[A], ev: Eq[A]): Boolean
def isCommutative[A](ev: M[A]): Boolean
Inherited from
SemigroupFunctions
def isEmpty[@specialized(Int, Long, Float, Double) A](a: A)(m: M[A], ev: Eq[A]): Boolean
Inherited from
MonoidFunctions
def isIdempotent[A](ev: M[A]): Boolean
Inherited from
SemigroupFunctions
def maybeCombine[@specialized(Int, Long, Float, Double) A](x: A, oy: Option[A])(ev: M[A]): A
Inherited from
SemigroupFunctions
def maybeCombine[@specialized(Int, Long, Float, Double) A](ox: Option[A], y: A)(ev: M[A]): A
Inherited from
SemigroupFunctions