Buildable

fun interface Buildable<out T>

Represents a builder that can be turned into an object of type T.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun build(): T

Build the current object into a T object.