Replica
replica-core
/
me.aartikov.replica.common
/
ObservingTime
Observing
Time
interface
ObservingTime
:
Comparable
<
ObservingTime
>
Content copied to clipboard
Represent information when a replica was observed in last time.
Types
Functions
Inheritors
Types
Never
Link copied to clipboard
object
Never
:
ObservingTime
Content copied to clipboard
Now
Link copied to clipboard
object
Now
:
ObservingTime
Content copied to clipboard
Time
In
Past
Link copied to clipboard
data
class
TimeInPast
(
val
time
:
Instant
)
:
ObservingTime
Content copied to clipboard
Functions
compare
To
Link copied to clipboard
abstract
operator
fun
compareTo
(
other
:
ObservingTime
)
:
Int
Content copied to clipboard
Inheritors
Never
Link copied to clipboard
TimeInPast
Link copied to clipboard
Now
Link copied to clipboard