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

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

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

import java.util.function.Supplier;

/**
 * A function step applied to a data flow.
 *
 * @param 
 */
public interface FlowFunction extends Supplier, ParallelFunction {

    default boolean hasDefaultValue() {
        return false;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy