Package org.apache.solr.common
Interface Callable<T>
- 
 public interface Callable<T>
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall(T data)
 
- 
- 
- 
Method Detail- 
callvoid call(T data) 
 
- 
 
-