UserIdGenerator

class UserIdGenerator<ID : Comparable<ID>>(get: () -> ID) : IdGenerator

Properties

Link copied to clipboard
val get: () -> ID