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