Class 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 Detail

      • RecyclerExceptionless

        public RecyclerExceptionless()