Counter

abstract class Counter

Simple counter class

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun addAndGet(delta: Long): Long

Adds the given delta to the counters current value

Link copied to clipboard
abstract fun get(): Long

Returns the counters current value