Interface SafeClosable

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.

@Deprecated @FunctionalInterface public interface SafeClosable extends AutoCloseable
Deprecated.
As of Cavanaugh (7.4.x), replaced with SafeCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
     
  • Method Details