- Companion
- class
trait ZeroMonoidFunctions[[A] =>> CommutativeZeroMonoid[A]]
trait ZeroSemigroupFunctions[[A] =>> CommutativeZeroMonoid[A]]
class MonoidFunctions[[A] =>> CommutativeZeroMonoid[A]]
class SemigroupFunctions[[A] =>> CommutativeZeroMonoid[A]]
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
def combineAll[@specialized(Int, Long, Float, Double) A](as: IterableOnce[A])(ev: CommutativeZeroMonoid[A]): A
- Inherited from
- MonoidFunctions
def combineN[@specialized(Int, Long, Float, Double) A](a: A, n: Int)(ev: CommutativeZeroMonoid[A]): A
- Inherited from
- SemigroupFunctions
def isAbsorbing[@specialized(Int, Long, Float, Double) A](a: A)(s: CommutativeZeroMonoid[A], ev: Eq[A]): Boolean
- Inherited from
- ZeroSemigroupFunctions
def isEmpty[@specialized(Int, Long, Float, Double) A](a: A)(m: CommutativeZeroMonoid[A], ev: Eq[A]): Boolean
- Inherited from
- MonoidFunctions
def maybeCombine[@specialized(Int, Long, Float, Double) A](x: A, oy: Option[A])(ev: CommutativeZeroMonoid[A]): A
- Inherited from
- SemigroupFunctions
def maybeCombine[@specialized(Int, Long, Float, Double) A](ox: Option[A], y: A)(ev: CommutativeZeroMonoid[A]): A
- Inherited from
- SemigroupFunctions