Counter

interface Counter<T : Any>(source)

Common representation for atomic counters

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun add(delta: T)

Properties

Link copied to clipboard
abstract val value: T