Counter

kyo.stats.Counter
See theCounter companion object
final case class Counter(unsafe: UnsafeCounter) extends AnyVal

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def add(v: Long): Unit < IOs
def add(v: Long, b: Attributes): Unit < IOs
def attributes(b: Attributes): Counter
def inc: Unit < IOs

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product