Interface FactoryPools.Resetter<T>

Type Parameters:
T - The type of Object that will be reset.
Enclosing class:
FactoryPools

public static interface FactoryPools.Resetter<T>
Resets state when objects are returned to the pool.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    reset(T object)
     
  • Method Details

    • reset

      void reset(@NonNull T object)