Interface CleanableSupplier<T>

  • All Superinterfaces:
    Supplier<T>

    public interface CleanableSupplier<T>
    extends Supplier<T>
    • Method Detail

      • clear

        void clear()