
com.fluxtion.runtime.dataflow.aggregate.AggregateDoubleFlowFunction Maven / Gradle / Ivy
package com.fluxtion.runtime.dataflow.aggregate;
import java.util.function.DoubleSupplier;
public interface AggregateDoubleFlowFunction>
extends AggregateFlowFunction, DoubleSupplier {
double resetDouble();
double aggregateDouble(double input);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy