BooleanIsRig

Value members

Concrete methods

override def pow(a: Boolean, b: Int): Boolean
override def times(a: Boolean, b: Boolean): Boolean
Definition Classes

Inherited methods

def isOne(a: Boolean)(implicit ev: Eq[Boolean]): Boolean

Tests if a is one.

Tests if a is one.

Inherited from:
MultiplicativeMonoid
def isZero(a: Boolean)(implicit ev: Eq[Boolean]): Boolean

Tests if a is zero.

Tests if a is zero.

Inherited from:
AdditiveMonoid
@nowarn("msg=deprecated")

Given a sequence of as, compute the product.

Given a sequence of as, compute the product.

Inherited from:
MultiplicativeMonoid
@nowarn("msg=deprecated")

Given a sequence of as, compute the sum.

Given a sequence of as, compute the sum.

Inherited from:
AdditiveMonoid
override def sumN(a: Boolean, n: Int): Boolean
Definition Classes
Inherited from:
AdditiveMonoid
@nowarn("msg=deprecated")
@nowarn("msg=deprecated")
Definition Classes
Inherited from:
AdditiveMonoid