package io.github.serpro69.kfaker.japmedia
Classes
Name | Description |
---|---|
class Faker
|
Typealias for the JapaneseMediaFaker |
class JapaneseMediaFaker: Any
|
Provides access to fake data generators within the JapaneseMedia domain. Each category (generator) from this JapaneseMediaFaker is represented by a property
that (usually) has the same name as the |
Subpackages
Name | Description |
---|---|
package io.github.serpro69.kfaker.japmedia.provider
|
Typealiases
Name | Description |
---|---|
typealias Faker = JapaneseMediaFaker
|
Typealias for the JapaneseMediaFaker |
Methods
faker
fun faker(block: Builder.()->Unit): JapaneseMediaFaker
Parameters
Name | Description |
---|---|
block: Builder.()->Unit
|
ReturnValue
Name | Description |
---|---|
JapaneseMediaFaker
|
Applies the block function to JapaneseMediaFaker.Builder and returns as an instance of JapaneseMediaFaker from that builder.