algebra.ring

BoolRing

object BoolRing extends RingFunctions[BoolRing] with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BoolRing
  2. Serializable
  3. Serializable
  4. RingFunctions
  5. MultiplicativeMonoidFunctions
  6. MultiplicativeSemigroupFunctions
  7. AdditiveGroupFunctions
  8. AdditiveMonoidFunctions
  9. AdditiveSemigroupFunctions
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def apply[A](implicit r: BoolRing[A]): BoolRing[A]

    Annotations
    @inline()
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def fromInt[A](n: Int)(implicit ev: BoolRing[A]): A

    Definition Classes
    RingFunctions
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. def isAdditiveCommutative[A](implicit ev: BoolRing[A]): Boolean

    Definition Classes
    AdditiveSemigroupFunctions
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def isMultiplicativeCommutative[A](implicit ev: BoolRing[A]): Boolean

  18. def isOne[A](a: A)(implicit ev0: BoolRing[A], ev1: Eq[A]): Boolean

  19. def isZero[A](a: A)(implicit ev0: BoolRing[A], ev1: Eq[A]): Boolean

    Definition Classes
    AdditiveMonoidFunctions
  20. def minus[A](x: A, y: A)(implicit ev: BoolRing[A]): A

    Definition Classes
    AdditiveGroupFunctions
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. def negate[A](x: A)(implicit ev: BoolRing[A]): A

    Definition Classes
    AdditiveGroupFunctions
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def one[A](implicit ev: BoolRing[A]): A

  26. def plus[A](x: A, y: A)(implicit ev: BoolRing[A]): A

    Definition Classes
    AdditiveSemigroupFunctions
  27. def pow[A](a: A, n: Int)(implicit ev: BoolRing[A]): A

  28. def product[A](as: TraversableOnce[A])(implicit ev: BoolRing[A]): A

  29. def sum[A](as: TraversableOnce[A])(implicit ev: BoolRing[A]): A

    Definition Classes
    AdditiveMonoidFunctions
  30. def sumN[A](a: A, n: Int)(implicit ev: BoolRing[A]): A

    Definition Classes
    AdditiveSemigroupFunctions
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def times[A](x: A, y: A)(implicit ev: BoolRing[A]): A

  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. def tryProduct[A](as: TraversableOnce[A])(implicit ev: BoolRing[A]): Option[A]

  35. def trySum[A](as: TraversableOnce[A])(implicit ev: BoolRing[A]): Option[A]

    Definition Classes
    AdditiveSemigroupFunctions
  36. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def zero[A](implicit ev: BoolRing[A]): A

    Definition Classes
    AdditiveMonoidFunctions

Inherited from Serializable

Inherited from Serializable

Inherited from RingFunctions[BoolRing]

Inherited from AnyRef

Inherited from Any

Ungrouped