All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.serpro69.kfaker.provider.unique.UniqueDataProvider.kt Maven / Gradle / Ivy

There is a newer version: 2.0.0-rc.7
Show newest version
package io.github.serpro69.kfaker.provider.unique

abstract class UniqueDataProvider {
//    internal abstract val config: UniqueProviderConfiguration

    /**
     * Disables "unique generation" for all providers that were configured to return unique values.
     */
    abstract fun disableAll()

    /**
     * Clears the already returned (used) unique values so that they can again be returned.
     */
    abstract fun clearAll()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy