Glide
concurrent
/
com.bumptech.glide.integration.concurrent
/
GlideFutures
/
ResourceConsumer
Resource
Consumer
interface
ResourceConsumer
<
T
>
Content copied to clipboard
Acts on a resource loaded by Glide.
Functions
Parameters
Parameters
<T>
The type of resource (Bitmap, Drawable etc).
Functions
act
Link copied to clipboard
abstract
fun
act
(
resource
:
T
)
Content copied to clipboard