Builder

fun interface Builder<out T>

Deprecated

Use Tegral Core's Buildable<T> instead

Interface for anything that "builds" into T.

Parameters

T

The type of the object that is built.

Inheritors

Functions

Link copied to clipboard
abstract fun build(): T

Build the object.