toggle menu
commons
3.1.0
jvm
switch theme
search in API
core
/
eth.likespro.commons.models.value
Package-level
declarations
Types
Types
Iteration
Link copied to clipboard
@
Serializable
data
class
Iteration
(
val
value
:
Long
)
:
Value
,
Validatable
<
Iteration
>
Latitude
Link copied to clipboard
@
Serializable
data
class
Latitude
(
val
value
:
Double
)
:
Value
,
Validatable
<
Latitude
>
Longitude
Link copied to clipboard
@
Serializable
data
class
Longitude
(
val
value
:
Double
)
:
Value
,
Validatable
<
Longitude
>
Place
Id
Link copied to clipboard
@
Serializable
data
class
PlaceId
(
val
value
:
String
)
:
Value
,
Validatable
<
PlaceId
>
Timestamp
Link copied to clipboard
@
Serializable
data
class
Timestamp
(
val
value
:
Long
)
:
Value