Skip to content

//music/io.github.serpro69.kfaker.music

Package-level declarations

Types

Name Summary
Faker [jvm]
typealias Faker = MusicFaker
Typealias for the MusicFaker
MusicFaker [jvm]
class MusicFaker@JvmOverloadsconstructor(config: FakerConfig = fakerConfig { }) : AbstractFaker
Provides access to fake data generators within the Music domain.

Functions

Name Summary
faker [jvm]
fun faker(block: MusicFaker.Builder.() -> Unit): MusicFaker
Applies the block function to MusicFaker.Builder and returns as an instance of MusicFaker from that builder.