Package com.intellij.util
Interface Generator<T>
-
public interface Generator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
generate(Processor<T> processor)
-
public interface Generator<T>
Modifier and Type | Method | Description |
---|---|---|
void |
generate(Processor<T> processor) |