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