Class

algebra.instances

SetBoolRng

Related Doc: package instances

Permalink

class SetBoolRng[A] extends BoolRng[Set[A]]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SetBoolRng
  2. BoolRng
  3. CommutativeRng
  4. CommutativeSemiring
  5. MultiplicativeCommutativeSemigroup
  6. Rng
  7. AdditiveCommutativeGroup
  8. AdditiveGroup
  9. Semiring
  10. MultiplicativeSemigroup
  11. AdditiveCommutativeMonoid
  12. AdditiveCommutativeSemigroup
  13. AdditiveMonoid
  14. AdditiveSemigroup
  15. Serializable
  16. Serializable
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SetBoolRng()

    Permalink

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. def additive: CommutativeGroup[Set[A]]

    Permalink
  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. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. def isZero(a: Set[A])(implicit ev: Eq[Set[A]]): Boolean

    Permalink

    Tests if a is zero.

    Tests if a is zero.

    Definition Classes
    AdditiveMonoid
  14. def minus(x: Set[A], y: Set[A]): Set[A]

    Permalink
    Definition Classes
    AdditiveGroup
  15. def multiplicative: CommutativeSemigroup[Set[A]]

    Permalink
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def negate(x: Set[A]): Set[A]

    Permalink
    Definition Classes
    BoolRngAdditiveGroup
  18. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  20. def plus(x: Set[A], y: Set[A]): Set[A]

    Permalink
    Definition Classes
    SetBoolRngAdditiveSemigroup
  21. def positivePow(a: Set[A], n: Int): Set[A]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    MultiplicativeSemigroup
  22. def positiveSumN(a: Set[A], n: Int): Set[A]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    AdditiveSemigroup
  23. def pow(a: Set[A], n: Int): Set[A]

    Permalink
    Definition Classes
    MultiplicativeSemigroup
  24. def sum(as: TraversableOnce[Set[A]]): Set[A]

    Permalink

    Given a sequence of as, compute the sum.

    Given a sequence of as, compute the sum.

    Definition Classes
    AdditiveMonoid
  25. def sumN(a: Set[A], n: Int): Set[A]

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def times(x: Set[A], y: Set[A]): Set[A]

    Permalink
    Definition Classes
    SetBoolRngMultiplicativeSemigroup
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. def tryProduct(as: TraversableOnce[Set[A]]): Option[Set[A]]

    Permalink

    Given a sequence of as, combine them and return the total.

    Given a sequence of as, combine them and return the total.

    If the sequence is empty, returns None. Otherwise, returns Some(total).

    Definition Classes
    MultiplicativeSemigroup
  30. def trySum(as: TraversableOnce[Set[A]]): Option[Set[A]]

    Permalink

    Given a sequence of as, combine them and return the total.

    Given a sequence of as, combine them and return the total.

    If the sequence is empty, returns None. Otherwise, returns Some(total).

    Definition Classes
    AdditiveMonoidAdditiveSemigroup
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def zero: Set[A]

    Permalink
    Definition Classes
    SetBoolRngAdditiveMonoid

Inherited from BoolRng[Set[A]]

Inherited from CommutativeRng[Set[A]]

Inherited from CommutativeSemiring[Set[A]]

Inherited from MultiplicativeCommutativeSemigroup[Set[A]]

Inherited from Rng[Set[A]]

Inherited from AdditiveCommutativeGroup[Set[A]]

Inherited from AdditiveGroup[Set[A]]

Inherited from Semiring[Set[A]]

Inherited from MultiplicativeSemigroup[Set[A]]

Inherited from AdditiveCommutativeMonoid[Set[A]]

Inherited from AdditiveCommutativeSemigroup[Set[A]]

Inherited from AdditiveMonoid[Set[A]]

Inherited from AdditiveSemigroup[Set[A]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped