Class/Object

org.reactormonk

Counter

Related Docs: object Counter | package reactormonk

Permalink

class Counter[A, B] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Counter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Counter(counter: Map[A, B])(implicit arg0: Numeric[B])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *(by: B): Counter[A, B]

    Permalink
  4. def +(key: A)(implicit num: Numeric[B]): Counter[A, B]

    Permalink
  5. def ++(other: Counter[A, B]): Counter[A, B]

    Permalink
  6. def -(key: A)(implicit num: Numeric[B]): Counter[A, B]

    Permalink
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def apply(key: A)(implicit num: Numeric[B]): B

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def change(key: A, by: B): Counter[A, B]

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def empty(): Counter[A, B]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(other: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def get(key: A): Option[B]

    Permalink
  17. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  20. def iterator(): Iterator[(A, B)]

    Permalink
  21. def keys(): Iterable[A]

    Permalink
  22. def mapValues[Num](fun: (B) ⇒ Num)(implicit arg0: Numeric[Num], num: Numeric[Num]): Counter[A, Num]

    Permalink
  23. def max: A

    Permalink
  24. def min: A

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

    Permalink
    Definition Classes
    AnyRef
  26. def normalize(): Counter[A, Double]

    Permalink
  27. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  29. def size: Int

    Permalink
  30. def sum: B

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

    Permalink
    Definition Classes
    AnyRef
  32. def toCounter[Num](implicit arg0: Numeric[Num], ev: (B) ⇒ Num): Counter[A, Num]

    Permalink
  33. def toList(): List[(A, B)]

    Permalink
  34. def toMap(): Map[A, B]

    Permalink
  35. def toSeq(): Seq[(A, B)]

    Permalink
  36. def toString(): String

    Permalink
    Definition Classes
    Counter → AnyRef → Any
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped