Package com.bumptech.glide.util.pool
Interface FactoryPools.Poolable
-
- Enclosing class:
- FactoryPools
public static interface FactoryPools.PoolableAllows additional verification to catch errors caused by using objects while they are in an object pool.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StateVerifiergetVerifier()
-
-
-
Method Detail
-
getVerifier
@NonNull StateVerifier getVerifier()
-
-