Versioned

class Versioned<out V : Any>(val value: V, val version: Long)(source)

A value paired with the monotonically increasing version it was written at.

Constructors

Link copied to clipboard
constructor(value: V, version: Long)

Properties

Link copied to clipboard
val value: V
Link copied to clipboard

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
open override fun toString(): String