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

cyclops.function.checked.CheckedIntConsumer Maven / Gradle / Ivy

There is a newer version: 10.4.1
Show newest version
package cyclops.function.checked;

public interface CheckedIntConsumer {
    public void accept(int a) throws Throwable;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy