Object/Trait

algebra.ring

BoolRing

Related Docs: trait BoolRing | package ring

Permalink

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
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def apply[A](implicit r: BoolRing[A]): BoolRing[A]

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

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AdditiveGroupFunctions
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

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

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

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

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

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

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

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

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

    Permalink
  31. def toString(): String

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

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

    Permalink
    Definition Classes
    AdditiveSemigroupFunctions
  34. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    AdditiveMonoidFunctions

Inherited from Serializable

Inherited from Serializable

Inherited from RingFunctions[BoolRing]

Inherited from AnyRef

Inherited from Any

Ungrouped