GenericBuilder
Base class every DSL builder extends — TileSchemaBuilder<T> and EventSchemaBuilder<T> both derive from this, one instance per DSL call (Column { }, SendNetworkRequest(...), etc.), responsible for producing the concrete schema T that call compiles down to.
Parameters
T
the schema type this builder produces.
Inheritors
Functions
Link copied to clipboard
Produces this builder's concrete schema instance. Called once, by GenericBuilderScope.build, with compositionLocals active.