borrow

abstract fun borrow(): E

Borrow an object from the pool. If pool is empty, a new object is created.

Return

The borrowed object