Package one.microstream.functional
Interface IndexedAggregator<E,R>
- All Superinterfaces:
 IndexedAcceptor<E>
public interface IndexedAggregator<E,R> extends IndexedAcceptor<E>
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIndexedAggregator.Creator<E,R> - 
Method Summary
 
- 
Method Details
- 
accept
Description copied from interface:IndexedAcceptorExpects the element and its coherent index.- Specified by:
 acceptin interfaceIndexedAcceptor<E>- Parameters:
 e- element which is expected at the given indexindex- on which the element is expected
 - 
yield
R yield() 
 -