public interface IndexedAggregator<E,R> extends IndexedAcceptor<E>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IndexedAggregator.Creator<E,R> |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(E e,
long index)
Expects the element and its coherent index.
|
R |
yield() |
void accept(E e, long index)
IndexedAcceptoraccept in interface IndexedAcceptor<E>e - element which is expected at the given indexindex - on which the element is expectedR yield()
Copyright © 2022 MicroStream Software. All rights reserved.