abstract class UniqueDataProvider: Any
Constructors
| Name | Description |
|---|---|
constructor()
|
Methods
disableAll
abstract fun disableAll()
ReturnValue
| Name | Description |
|---|---|
Unit
|
clearAll
abstract fun clearAll()
Clears the already returned (used) unique values so that they can again be returned.
ReturnValue
| Name | Description |
|---|---|
Unit
|
Disables "unique generation" for all providers that were configured to return unique values.