Interface Generator<T>


  • public interface Generator<T>
    • Method Detail

      • generate

        void generate​(Processor<T> processor)