Package com.bumptech.glide.util
Interface GlideSuppliers.GlideSupplier<T>
- Type Parameters:
T- The data type
- Enclosing class:
- GlideSuppliers
public static interface GlideSuppliers.GlideSupplier<T>
Produces a non-null instance of
T.-
Method Summary
-
Method Details
-
get
T get()
-