Interface AstService.ServiceExecutorType2<I,I2,O extends Serializable>

All Superinterfaces:
AstService.ServiceExecutorType
Enclosing interface:
AstService

public static interface AstService.ServiceExecutorType2<I,I2,O extends Serializable> extends AstService.ServiceExecutorType
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(I input1, I2 input2)
     
  • Method Details

    • execute

      O execute(I input1, I2 input2)