BoolRng

algebra.ring.BoolRng$
See theBoolRng companion trait

Attributes

Companion:
trait
Source:
BoolRng.scala
Graph
Supertypes
Self type
BoolRng.type

Members list

Concise view

Value members

Concrete methods

final def apply[A](implicit r: BoolRng[A]): BoolRng[A]

Attributes

Source:
BoolRng.scala

Inherited methods

def isAdditiveCommutative[A](implicit ev: BoolRng[A]): Boolean

Attributes

Inherited from:
AdditiveSemigroupFunctions
Source:
Additive.scala
def isZero[A](a: A)(implicit ev0: BoolRng[A], ev1: Eq[A]): Boolean

Attributes

Inherited from:
AdditiveMonoidFunctions
Source:
Additive.scala
def minus[A](x: A, y: A)(implicit ev: BoolRng[A]): A

Attributes

Inherited from:
AdditiveGroupFunctions
Source:
Additive.scala
def negate[A](x: A)(implicit ev: BoolRng[A]): A

Attributes

Inherited from:
AdditiveGroupFunctions
Source:
Additive.scala
def plus[A](x: A, y: A)(implicit ev: BoolRng[A]): A

Attributes

Inherited from:
AdditiveSemigroupFunctions
Source:
Additive.scala
def pow[A](a: A, n: Int)(implicit ev: BoolRng[A]): A
def sum[A](as: IterableOnce[A])(implicit ev: BoolRng[A]): A

Attributes

Inherited from:
AdditiveMonoidFunctions
Source:
Additive.scala
def sumN[A](a: A, n: Int)(implicit ev: BoolRng[A]): A

Attributes

Inherited from:
AdditiveSemigroupFunctions
Source:
Additive.scala
def times[A](x: A, y: A)(implicit ev: BoolRng[A]): A
def tryProduct[A](as: IterableOnce[A])(implicit ev: BoolRng[A]): Option[A]
def trySum[A](as: IterableOnce[A])(implicit ev: BoolRng[A]): Option[A]

Attributes

Inherited from:
AdditiveSemigroupFunctions
Source:
Additive.scala
def zero[A](implicit ev: BoolRng[A]): A

Attributes

Inherited from:
AdditiveMonoidFunctions
Source:
Additive.scala