Counter
A Scala facade class for DropwizardCounter.
class Object
trait Matchable
class Any
Value members
Concrete methods
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).
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.