build

abstract fun BuilderScope.build(eventSchema: T): E

Builds a fresh E from eventSchema.

Receiver

BuilderScope, used to recursively build this event's own events (via buildEventHolders()) into holders of their own.

Return

the newly built holder.

Parameters

eventSchema

the schema to build a holder for.