Buildable

interface Buildable<out T>

A type that knows how to build another type

Parameters

T

the type that is built by build

Functions

Link copied to clipboard
abstract fun build(): T

Create a new instance of type T