intellij-randomness / com.fwdekker.randomness.uuid / UuidInsertAction / RepeatAction

RepeatAction

class RepeatAction : DataInsertRepeatAction

Inserts repeated random UUIDs.

Parameters

scheme - the settings to use for generating UUIDs

Constructors

<init>

RepeatAction(scheme: UuidScheme = UuidSettings.default.currentScheme)

Inserts repeated random UUIDs.

Properties

name

val name: String

The name of the action to display.

Inherited Functions

generateStrings

open fun generateStrings(count: Int): List<String>

Generates a random datum and repeats it count times.