nextULID abstract method

ULID nextULID(
  1. ULID previous, [
  2. int? timestamp
])

Get the next monotonic ULID. If an overflow happened while incrementing the random part of the given previous ULID value then the returned value will have a zero random part.

Implementation

ULID nextULID(ULID previous, [int? timestamp]);