Counter
A Scala facade class for DropwizardCounter.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Increments this counter by delta.
Increments this counter by delta.
Attributes
Decrements this counter by delta.
Decrements this counter by delta.
Attributes
Wraps partial function pf, incrementing this counter for every execution (defined or not).
Wraps partial function pf, incrementing this counter for every execution (defined or not).
Attributes
The current count.
The current count.
Attributes
Increase this counter at the start of evaluating f, decrease when finished, and finally return the result of f.
Increase this counter at the start of evaluating f, decrease when finished, and finally return the result of f.
Attributes
Decrements this counter by delta (defaults to 1).
Decrements this counter by delta (defaults to 1).
Attributes
Increments this counter by delta (defaults to 1).
Increments this counter by delta (defaults to 1).