Companion

Properties

Link copied to clipboard
const val COUNTER_BOUND: Int

The smallest integer that is not allowed in ObjectId.counter.

Link copied to clipboard

The maximum possible ObjectId: the one that is greater or equal to all possible ObjectId instances.

Link copied to clipboard

The minimum possible ObjectId: the one that is lesser or equal to all possible ObjectId instances.

Link copied to clipboard

The smallest integer that is not allowed in ObjectId.processId.

Functions

Link copied to clipboard
fun maxAt(timestamp: Instant): ObjectId

The maximum ObjectId created at timestamp.

Link copied to clipboard
fun minAt(timestamp: Instant): ObjectId

The minimum ObjectId created at timestamp.