Interface LibraryCallback
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
Callback interface used to iterate 
Libraries.- Since:
 - 1.0.0
 
- 
Method Summary
 
- 
Method Details
- 
library
Callback for a single library backed by aFile.- Parameters:
 library- the library- Throws:
 IOException- if the operation fails
 
 -