JsonCounter

JsonCounter is a custom data type that is used to counter.

Properties

Link copied to clipboard
Link copied to clipboard
val value: CounterValue

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun increase(value: Int): JsonCounter
Link copied to clipboard
fun toJson(): String
Link copied to clipboard
open override fun toString(): String