Provider

fun interface Provider<T : Any>(source)

A simple class that produces instances of T.

Inheritors

Functions

Link copied to clipboard
abstract operator fun invoke(): T