Modifier and Type | Method and Description |
---|---|
static <T extends PoolableObject<None>> |
Pool.throwingNone(PoolConfig config,
Supplier<T> supplier,
PoolLogger logger)
Creates a new pool that throws no exceptions.
|
Modifier and Type | Method and Description |
---|---|
static <T> Pool<ObjectWrapper<T>,None> |
ObjectWrapper.newPool(PoolConfig config,
Supplier<T> supplier,
PoolLogger logger)
Creates a new pool of
ObjectWrapper instances. |
static <T extends PoolableObject<None>> |
Pool.throwingNone(PoolConfig config,
Supplier<T> supplier,
PoolLogger logger)
Creates a new pool that throws no exceptions.
|
Copyright © 2022. All rights reserved.