Uses of Class
com.github.robtimus.pool.None
- 
- 
Uses of None in com.github.robtimus.pool
Methods in com.github.robtimus.pool with type parameters of type None Modifier and Type Method Description static <T extends PoolableObject<None>>
Pool<T,None>Pool. throwingNone(PoolConfig config, Supplier<T> supplier, PoolLogger logger)Creates a new pool that throws no exceptions.Methods in com.github.robtimus.pool that return types with arguments of type None Modifier and Type Method Description static <T> Pool<ObjectWrapper<T>,None>ObjectWrapper. newPool(PoolConfig config, Supplier<T> supplier, PoolLogger logger)Creates a new pool ofObjectWrapperinstances.static <T extends PoolableObject<None>>
Pool<T,None>Pool. throwingNone(PoolConfig config, Supplier<T> supplier, PoolLogger logger)Creates a new pool that throws no exceptions. 
 -