invoke

abstract operator fun invoke(block: Builder.() -> Unit): Built

Turns a Builder instance into a Built instance, first applying the given DSL block to the builder.

Parameters

block

A DSL block to apply to the builder.