Resetter

interface Resetter<T>

Resets state when objects are returned to the pool.

Parameters

<T>

The type of Object that will be reset.

Functions

Link copied to clipboard
abstract fun reset(object: T)