package io.github.serpro69.kfaker.music

Classes

Name Description
class Faker

Typealias for the MusicFaker

class MusicFaker: Any

Provides access to fake data generators within the Music domain.

Each category (generator) from this MusicFaker is represented by a property that (usually) has the same name as the .yml dictionary file.

Subpackages

Name Description
package io.github.serpro69.kfaker.music.provider

Typealiases

Name Description
typealias Faker = MusicFaker

Typealias for the MusicFaker

Methods

faker

fun faker(block: Builder.()->Unit): MusicFaker

Applies the block function to MusicFaker.Builder and returns as an instance of MusicFaker from that builder.

Parameters

Name Description
block: Builder.()->Unit

ReturnValue

Name Description
MusicFaker