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 Detail
-
accept
void accept(E e, long index)
- Specified by:
accept
in interfaceIndexedAcceptor<E>
-
yield
R yield()
-
-