ExtendableBuilder

@RequiresApi(value = 21)
interface ExtendableBuilder<T>


Extendable builders are used to add externally defined options that can be passed to the implementation being built.

Parameters
<T>

the type being built by this builder.

Summary

Public functions

T

Creates an instance of the object that this builder produces.

Public functions

build

Added in 1.0.0
fun build(): T

Creates an instance of the object that this builder produces.