//kotlin-faker-games/io.github.serpro69.kfaker.games
Package-level declarations¶
Types¶
| Name | Summary |
|---|---|
| Faker | [jvm] typealias Faker = GamesFaker Typealias for the GamesFaker |
| GamesFaker | [jvm] class GamesFaker@JvmOverloadsconstructor(config: FakerConfig = fakerConfig {}) : AbstractFaker Provides access to fake data generators within the Games domain. |
Functions¶
| Name | Summary |
|---|---|
| faker | [jvm] fun faker(block: GamesFaker.Builder.() -> Unit): GamesFaker Applies the block function to GamesFaker.Builder and returns as an instance of GamesFaker from that builder. |