Interface Cleanable

All Known Subinterfaces:
Component, ComponentSupplier, IterableZipContainer.Entry
All Known Implementing Classes:
BufferHandler, ByteCodeHunterImpl, Cache.ObjectAndPathForResources, Cache.PathForResources, ClassFactoryImpl, ClassPathScanner.Abst, ClassPathScannerWithCachingSupport.Abst, CodeExecutorImpl, ComponentContainer, ComponentContainer.PathScannerClassLoader, FileInputStream, FileOutputStream, FileSystemHelper, JavaMemoryCompilerImpl, MemoryClassLoader, PathScannerClassLoader, PropertyAccessor, PropertyAccessor.ByFieldOrByMethod, PropertyAccessor.ByMethodOrByField, SourceCodeHandler

public interface Cleanable
  • Method Summary

    Modifier and Type Method Description
    default <C extends Cleanable>
    C
    clear()  
  • Method Details

    • clear

      default <C extends Cleanable> C clear()