Class DefaultResultAccumulator<T>

    • Constructor Detail

      • DefaultResultAccumulator

        public DefaultResultAccumulator()
      • DefaultResultAccumulator

        public DefaultResultAccumulator​(Properties properties)
    • Method Detail

      • apply

        public T apply​(T update,
                       T state)
        Concatenates the result from a graph with the previous result.
        Parameters:
        update - the result to be added
        state - the previous results