
com.fluxtion.runtime.dataflow.aggregate.AggregateIntFlowFunction Maven / Gradle / Ivy
package com.fluxtion.runtime.dataflow.aggregate;
import java.util.function.IntSupplier;
public interface AggregateIntFlowFunction>
extends AggregateFlowFunction, IntSupplier {
int resetInt();
int aggregateInt(int input);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy