Interface CloseableMemoizingSupplier.InitialSupplier<S extends java.lang.AutoCloseable>

  • All Superinterfaces:
    java.lang.AutoCloseable, java.util.function.Supplier<S>
    Enclosing class:
    CloseableMemoizingSupplier<T extends java.lang.AutoCloseable>

    static interface CloseableMemoizingSupplier.InitialSupplier<S extends java.lang.AutoCloseable>
    extends java.util.function.Supplier<S>, java.lang.AutoCloseable
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default void close()  
      • Methods inherited from interface java.util.function.Supplier

        get
    • Method Detail

      • close

        default void close()
        Specified by:
        close in interface java.lang.AutoCloseable