ZeroBand

object ZeroBand extends ZeroSemigroupFunctions[[A] =>> ZeroBand[A]]
Companion
class
class SemigroupFunctions[[A] =>> ZeroBand[A]]
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
final def apply[@specialized(Int, Long, Float, Double) A](ev: ZeroBand[A]): ZeroBand[A]

Access an implicit ZeroBand[A].

Access an implicit ZeroBand[A].

@inline
def instance[A](absorbingValue: A, cmb: (A, A) => A): ZeroBand[A]

Create a ZeroBand instance from the given function and absorbing value.

Create a ZeroBand instance from the given function and absorbing value.

Inherited methods

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