Interface IFunctionHandler<State>
- 
- All Known Implementing Classes:
 Phase1Empty,Phase1Replace
public interface IFunctionHandler<State> 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(State state, IFunctionWithArguments fn) 
 - 
 
- 
- 
Method Detail
- 
process
void process(State state, IFunctionWithArguments fn) throws Exception
- Throws:
 Exception
 
 - 
 
 -