-
- All Implemented Interfaces:
public final class FakerConfigBuilder
-
-
Method Summary
Modifier and Type Method Description final static FakerConfigcreate(FakerConfig.Builder $self, Function1<FakerConfig.Builder, Unit> block)final static FakerConfigfakerConfig(Function1<FakerConfig.Builder, Unit> block)Applies the the block function to ConfigBuilder and returns as an instance of FakerConfig from that builder. -
-
Method Detail
-
create
final static FakerConfig create(FakerConfig.Builder $self, Function1<FakerConfig.Builder, Unit> block)
-
fakerConfig
final static FakerConfig fakerConfig(Function1<FakerConfig.Builder, Unit> block)
Applies the the block function to ConfigBuilder and returns as an instance of FakerConfig from that builder.
-
-
-
-