Package one.microstream.functional
Interface IndexedAcceptor<T>
- Type Parameters:
T
- type of element to accept
- All Known Subinterfaces:
IndexedAggregator<E,R>
public interface IndexedAcceptor<T>
Additionally to the element to accept, this class'
accept(Object, long)
method,
uses the coherent index of the given element.-
Method Details
-
accept
Expects the element and its coherent index.- Parameters:
e
- element which is expected at the given indexindex
- on which the element is expected
-