Package org.infinispan.util.function
Interface CloseableSupplier<T>
-
- All Superinterfaces:
AutoCloseable
,Supplier<T>
- All Known Implementing Classes:
PersistenceManagerCloseableSupplier
public interface CloseableSupplier<T> extends Supplier<T>, AutoCloseable
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
close()
-
-
-
Method Detail
-
close
default void close()
- Specified by:
close
in interfaceAutoCloseable
-
-