Class AccumulatingSummarizer<O extends Observation & Mergeable<? super O>>

    • Constructor Summary

      Constructors 
      Constructor Description
      AccumulatingSummarizer​(java.util.function.Supplier<O> initial)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      O summarize​(Observations<? extends O> observations)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose