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

gutenberg.util.Consumer Maven / Gradle / Ivy

package gutenberg.util;

/**
 * @author @aloyer
 */
public interface Consumer {
    void consume(T value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy