intellij-randomness / com.fwdekker.randomness.word / WordInsertAction / RepeatAction

RepeatAction

class RepeatAction : DataInsertRepeatAction

Inserts repeated random words.

Parameters

scheme - the settings to use for generating words

Constructors

<init>

RepeatAction(scheme: WordScheme = WordSettings.default.currentScheme)

Inserts repeated random words.

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.