Class RecyclerExceptionless<T>

  • Type Parameters:
    T - The type to recycle.
    All Implemented Interfaces:
    AutoCloseable

    public abstract class RecyclerExceptionless<T>
    extends Recycler<T,​RuntimeException>
    Recycler for instances of type T, where creating an instance of this type does not throw a checked exception.
    • Constructor Detail

      • RecyclerExceptionless

        public RecyclerExceptionless()