Interface IScopedSupplier<T>
-
- All Superinterfaces:
AutoCloseable
,Closeable
,ICloseable
,IFunctional
,IRunnable
,ISupplier<T>
,IThrowRunnable<RuntimeException>
,Runnable
,Supplier<T>
- All Known Implementing Classes:
AScopedSupplier
public interface IScopedSupplier<T> extends ISupplier<T>, ICloseable
-
-
Method Summary
-
Methods inherited from interface com.g2forge.alexandria.java.close.ICloseable
close
-
Methods inherited from interface com.g2forge.alexandria.java.function.ISupplier
run, toFunction, wrap
-
-