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

net.adamcin.oakpal.cli.DisposablePrinter Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
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> {

    void dispose();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy