Interface Aggregator<E,​R>

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  Aggregator.Creator<E,​R>  
    • Method Summary

      Modifier and Type Method Description
      void accept​(E element)  
      default Aggregator<E,​R> reset()  
      default R yield()