net.adamcin.oakpal.cli.DisposablePrinter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oakpal-cli Show documentation
Show all versions of oakpal-cli Show documentation
Command Line Interface for OakPAL
package net.adamcin.oakpal.cli;
import java.util.function.Function;
import net.adamcin.oakpal.core.Nothing;
/**
* Extension of simple IO printer function type to add a dispose() method.
*/
public interface DisposablePrinter extends Function
© 2015 - 2024 Weber Informatics LLC | Privacy Policy