Package org.oddjob.util
Interface Restore
- All Superinterfaces:
AutoCloseable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An AutoCloseable that doeesn't throw a checked exception.
- Author:
- rob
-
Method Summary
-
Method Details
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-
nothing
Provide a no-op Restore.- Returns:
- The no-op restore.
-