Interface LazyCleaner.Cleanable<T extends java.lang.Throwable>

  • Type Parameters:
    T - the type of exception that can be thrown during cleanup
    Enclosing interface:
    LazyCleaner

    public static interface LazyCleaner.Cleanable<T extends java.lang.Throwable>
    Cleanable interface for objects that can be manually cleaned.
    • Method Detail

      • clean

        void clean()
            throws T extends java.lang.Throwable
        Throws:
        T extends java.lang.Throwable