DataSource Extensions
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DataSource Extensions
datasourcex-util
/
com.caplin.integration.datasourcex.util.store
/
Versioned
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.
Members
Constructors
Versioned
Link copied to clipboard
constructor
(
value
:
V
,
version
:
Long
)
Properties
value
Link copied to clipboard
val
value
:
V
version
Link copied to clipboard
val
version
:
Long
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String