Interface CompilationUnit.IGroovyClassOperation

All Known Implementing Classes:
CompilationUnit.GroovyClassOperation
Enclosing class:
CompilationUnit
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 static interface CompilationUnit.IGroovyClassOperation
Performs an operation for each generated GroovyClass.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    call(GroovyClass groovyClass)
    Performs the operation for one generated class.
    default void
    Applies this operation to all generated classes in the compilation unit.