InstanceSupplier

fun interface InstanceSupplier<T : Any>(source)

Deprecated

For removal, replaced by ServiceSupplier

Supplies an instance of the registered type.

Parameters

T

Type of the class returned

See also

Functions

Link copied to clipboard
abstract fun supply(context: BContext): T