Factory

interface Factory<T>

Creates new instances of the given type.

Parameters

<T>

The type of Object that will be created.

Functions

Link copied to clipboard
abstract fun create(): T