Package com.vaadin.copilot.javarewriter
Interface JavaModifier.OperationFunction<T>
- Type Parameters:
T
- The type of the object that the operation modifies.
- Enclosing class:
- JavaModifier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A functional interface for operations that modify a CompilationUnit.
-
Method Summary
-
Method Details
-
accept
Performs the operation on the given object.- Parameters:
t
- The object to modify.- Throws:
IOException
- If an error occurs during the operation.
-