Interface Executor<In,Out>
- 
public interface Executor<In,Out> 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<IndexedValue<Out>>execute(java.util.List<IndexedValue<In>> inList) 
 - 
 
- 
- 
Method Detail
- 
execute
java.util.List<IndexedValue<Out>> execute(java.util.List<IndexedValue<In>> inList)
 
 - 
 
 -