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 interface
IndexedAggregator.Creator<E,R>
-
Method Summary
-
Method Details
-
accept
Description copied from interface:IndexedAcceptor
Expects the element and its coherent index.- Specified by:
accept
in interfaceIndexedAcceptor<E>
- Parameters:
e
- element which is expected at the given indexindex
- on which the element is expected
-
yield
R yield()
-