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

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

There is a newer version: 0.0.15
Show newest version
package fun.mike.flapjack.pipeline.lab;

import java.util.Optional;

import fun.mike.record.alpha.Record;

public interface OutputChannel extends AutoCloseable {
    Optional put(int number, String line, Record value);

    T getValue();

    void close();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy