Temporal
A point in time represented with a certain accuracy.
The name of this interface is inspired by the java.time.temporal.Temporal.
Provides a default implementation for comparison of two points in time. It is not supposed that concrete Temporal
s would override this comparison mechanism.
Parameters
<T>
the type of itself
Functions
Link copied to clipboard
Checks if this point is time occurs later than the other one or they coincide.
Link copied to clipboard
Checks if this point is time occurs earlier than the other one or they coincide.
Link copied to clipboard
Checks if this point is time occurs earlier than the other one or they coincide.
Link copied to clipboard
Checks if this point is time occurs earlier than the other one.
Link copied to clipboard
Checks that this point in time lies in the future.
Link copied to clipboard
Checks if this point is time occurs later than the other one or they coincide.
Link copied to clipboard
Checks if this point is time occurs later than the other one.
Link copied to clipboard
Converts this
Temporal
into a java.time.Instant.Link copied to clipboard
Obtains this point in time as a Protobuf Timestamp.