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

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      O apply​(O o)  
      • 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
    • Constructor Detail

      • AccumulatingTransformer

        public AccumulatingTransformer​(java.util.function.Supplier<O> initial)