-
- All Implemented Interfaces:
public final class FakerKt
-
-
Method Summary
Modifier and Type Method Description final static Fakerfaker(Function1<Faker.Builder, Unit> block)Applies the the block function to Faker.Builder and returns as an instance of Faker from that builder. -
-
Method Detail
-
faker
final static Faker faker(Function1<Faker.Builder, Unit> block)
Applies the the block function to Faker.Builder and returns as an instance of Faker from that builder.
-
-
-
-