Interface ProcessorArgsInterface<T>


public interface ProcessorArgsInterface<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    process(Object[] args)
     
  • Method Details

    • process

      T process(Object[] args)