BaseBuilder
A generic base interface for builders that enables the construction of an object of type T
. This interface is typically used in DSL patterns, providing a fluent and structured way to build complex objects.
Parameters
T
The type of object that the builder produces.