ProviderPool

interface ProviderPool

Interface to define how to obtain the providers

Author

Pau Corbella

Since

1.0.0

Inheritors

Functions

Link copied to clipboard
abstract fun <T : Any> create(clazz: KClass<T>): Provider<T>
Link copied to clipboard
abstract fun <T : Any> isPresent(clazz: KClass<T>): Boolean