Interface CloseableSupplier<T>

All Superinterfaces:
AutoCloseable, Supplier<T>

public interface CloseableSupplier<T> extends Supplier<T>, AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     

    Methods inherited from interface java.util.function.Supplier

    get
  • Method Details