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

com.newpixelcoffee.odin.access.IOConsumer Maven / Gradle / Ivy

package com.newpixelcoffee.odin.access;

import java.io.IOException;

/**
 * @author DocVander
 */
@FunctionalInterface
public interface IOConsumer {
    void accept(T value) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy