build

abstract fun build(): T(source)

Builds and returns the instance of type T that has been configured using the builder.

Return

The constructed instance of type T.