popkorn
2.3.0
common
popkorn
/
cc.popkorn.pools
/
ProviderPool
Provider
Pool
interface
ProviderPool
Interface to define how to obtain the providers
Author
Pau Corbella
Since
1.0.0
Inheritors
MappingProviderPool
Members
Functions
create
Link copied to clipboard
abstract
fun
<
T
:
Any
>
create
(
clazz
:
KClass
<
T
>
)
:
Provider
<
T
>
is
Present
Link copied to clipboard
abstract
fun
<
T
:
Any
>
isPresent
(
clazz
:
KClass
<
T
>
)
:
Boolean