Interface ProcessorArgsInterface<T>


  • public interface ProcessorArgsInterface<T>
    • Method Summary

      Modifier and Type Method Description
      T process​(Object[] args)  
    • Method Detail

      • process

        T process​(Object[] args)