Package io.micronaut.inject.writer
Interface GeneratedFile.ThrowingConsumer<T>
- Type Parameters:
- T- the type of the consumed element
- Enclosing interface:
- GeneratedFile
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A consumer which may throw an IOException.
- Since:
- 4.2.0
- 
Method Summary
- 
Method Details- 
accept- Throws:
- IOException
 
 
-