Interface CleanableSupplier<T>

All Superinterfaces:
Supplier<T>

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

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface io.github.toolfactory.jvm.function.template.Supplier

    get
  • Method Details

    • clear

      void clear()