Package one.microstream.functional
Interface IndexedAggregator.Creator<E,R>
- Enclosing interface:
 - IndexedAggregator<E,R>
 
public static interface IndexedAggregator.Creator<E,R>
- 
Method Summary
Modifier and Type Method Description IndexedAggregator<E,R>createAggregator() 
- 
Method Details
- 
createAggregator
IndexedAggregator<E,R> createAggregator() 
 -