algebra.std

MapRng

class MapRng[K, V] extends MapSemiring[K, V] with Rng[Map[K, V]]

Linear Supertypes
Rng[Map[K, V]], AdditiveCommutativeGroup[Map[K, V]], AdditiveGroup[Map[K, V]], MapSemiring[K, V], Semiring[Map[K, V]], MultiplicativeSemigroup[Map[K, V]], AdditiveCommutativeMonoid[Map[K, V]], AdditiveCommutativeSemigroup[Map[K, V]], MapAdditiveMonoid[K, V], AdditiveMonoid[Map[K, V]], AdditiveSemigroup[Map[K, V]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MapRng
  2. Rng
  3. AdditiveCommutativeGroup
  4. AdditiveGroup
  5. MapSemiring
  6. Semiring
  7. MultiplicativeSemigroup
  8. AdditiveCommutativeMonoid
  9. AdditiveCommutativeSemigroup
  10. MapAdditiveMonoid
  11. AdditiveMonoid
  12. AdditiveSemigroup
  13. Serializable
  14. Serializable
  15. AnyRef
  16. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MapRng()(implicit V: Rng[V])

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. def additive: CommutativeGroup[Map[K, V]]

    Definition Classes
    AdditiveCommutativeGroup → AdditiveCommutativeMonoid → AdditiveCommutativeSemigroup → AdditiveGroup → AdditiveMonoid → AdditiveSemigroup
  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. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  15. def isZero(a: Map[K, V])(implicit ev: Eq[Map[K, V]]): Boolean

    Definition Classes
    AdditiveMonoid
  16. def minus(x: Map[K, V], y: Map[K, V]): Map[K, V]

    Definition Classes
    MapRng → AdditiveGroup
  17. def multiplicative: Semigroup[Map[K, V]]

    Definition Classes
    MultiplicativeSemigroup
  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def negate(x: Map[K, V]): Map[K, V]

    Definition Classes
    MapRng → AdditiveGroup
  20. final def notify(): Unit

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

    Definition Classes
    AnyRef
  22. def plus(x: Map[K, V], y: Map[K, V]): Map[K, V]

    Definition Classes
    MapSemiringMapAdditiveMonoid → AdditiveSemigroup
  23. def positivePow(a: Map[K, V], n: Int): Map[K, V]

    Attributes
    protected[this]
    Definition Classes
    MultiplicativeSemigroup
  24. def positiveSumN(a: Map[K, V], n: Int): Map[K, V]

    Attributes
    protected[this]
    Definition Classes
    AdditiveSemigroup
  25. def pow(x: Map[K, V], n: Int): Map[K, V]

    Definition Classes
    MapSemiring → MultiplicativeSemigroup
  26. def sum(as: TraversableOnce[Map[K, V]]): Map[K, V]

    Definition Classes
    AdditiveMonoid
  27. def sumN(a: Map[K, V], n: Int): Map[K, V]

    Definition Classes
    AdditiveGroup → AdditiveMonoid → AdditiveSemigroup
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def times(x: Map[K, V], y: Map[K, V]): Map[K, V]

    Definition Classes
    MapSemiring → MultiplicativeSemigroup
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. def tryProduct(as: TraversableOnce[Map[K, V]]): Option[Map[K, V]]

    Definition Classes
    MultiplicativeSemigroup
  32. def trySum(as: TraversableOnce[Map[K, V]]): Option[Map[K, V]]

    Definition Classes
    AdditiveSemigroup
  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def zero: Map[K, V]

    Definition Classes
    MapAdditiveMonoid → AdditiveMonoid

Inherited from Rng[Map[K, V]]

Inherited from AdditiveCommutativeGroup[Map[K, V]]

Inherited from AdditiveGroup[Map[K, V]]

Inherited from MapSemiring[K, V]

Inherited from Semiring[Map[K, V]]

Inherited from MultiplicativeSemigroup[Map[K, V]]

Inherited from AdditiveCommutativeMonoid[Map[K, V]]

Inherited from AdditiveCommutativeSemigroup[Map[K, V]]

Inherited from MapAdditiveMonoid[K, V]

Inherited from AdditiveMonoid[Map[K, V]]

Inherited from AdditiveSemigroup[Map[K, V]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped