Glide
Glide
/
com.bumptech.glide.util.pool
/
FactoryPools
/
Factory
Factory
interface
Factory
<
T
>
Content copied to clipboard
Creates new instances of the given type.
Functions
Parameters
Parameters
<T>
The type of Object that will be created.
Functions
create
Link copied to clipboard
abstract
fun
create
(
)
:
T
Content copied to clipboard