All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fluxtion.runtime.dataflow.FlowSupplier Maven / Gradle / Ivy

The newest version!
package com.fluxtion.runtime.dataflow;

import java.util.function.Supplier;

/**
 * Makes the output of a {@link FlowFunction} available in a user class
 *
 * @param 
 */
public interface FlowSupplier extends Supplier {
    boolean hasChanged();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy