Package ru.ilb.jfunction.exception
Interface ExceptionalResourceSupplier<R extends AutoCloseable>
-
- Type Parameters:
R- actual, inherited type of AutoCloseable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ExceptionalResourceSupplier<R extends AutoCloseable>
Special supplier that returns an instance of AutoCloseable- Author:
- Peter Kurfer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rget()Supplier method - may throw an exception
-