Class RecyclerExceptionless<T>
- java.lang.Object
-
- nonapi.io.github.classgraph.recycler.Recycler<T,java.lang.RuntimeException>
-
- nonapi.io.github.classgraph.recycler.RecyclerExceptionless<T>
-
- Type Parameters:
T
- The type to recycle.
- All Implemented Interfaces:
java.lang.AutoCloseable
public abstract class RecyclerExceptionless<T> extends Recycler<T,java.lang.RuntimeException>
Recycler for instances of type T, where creating an instance of this type does not throw a checked exception.
-
-
Constructor Summary
Constructors Constructor Description RecyclerExceptionless()
-
Method Summary
-
Methods inherited from class nonapi.io.github.classgraph.recycler.Recycler
acquire, acquireRecycleOnClose, close, forceClose, newInstance, recycle
-
-