SimplePool

io.github.andrebeat.pool.SimplePool
See theSimplePool companion class
object SimplePool

Object containing factory methods for io.github.andrebeat.pool.SimplePool.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SimplePool.type

Members list

Value members

Concrete methods

def apply[A <: AnyRef](capacity: Int, referenceType: ReferenceType, factory: () => A, reset: A => Unit, dispose: A => Unit, healthCheck: A => Boolean): SimplePool[A]