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

    Modifier and Type Method Description
    void accept​(E e, long index)  
    R yield()