Package de.xima.fc.stage
Interface IResourceCloseAction<T>
-
- Type Parameters:
T
- Type of the resource.
- 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 IResourceCloseAction<T>
A resourceconsumer
that closes an opened resource and may throw an exception in doing so.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close(T resource)
-