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