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

fun.mike.flapjack.pipeline.lab.Operation Maven / Gradle / Ivy

package fun.mike.flapjack.pipeline.lab;

import java.util.Optional;

import fun.mike.record.alpha.Record;

public interface Operation {
    String getId();

    String getDescription();

    Optional run(Record value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy