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 ofT.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()
-
-
-
Method Detail
-
get
T get()
-
-