Uses of Interface
com.github.robtimus.pool.PoolableObjectConsumer
-
-
Uses of PoolableObjectConsumer in com.github.robtimus.pool
Methods in com.github.robtimus.pool with parameters of type PoolableObjectConsumer Modifier and Type Method Description void
Pool. forAllIdleObjects(PoolableObjectConsumer<T,X> action)
Runs an operation on all idle objects.
-