Factory

Functional interface representing a simple factory with a single no-arg create() method.

Parameters

<T>

Functions

Link copied to clipboard
abstract fun create(): T
Creates a new instance.