
com.github.panhongan.utils.function.ThrowableConsumer Maven / Gradle / Ivy
package com.github.panhongan.utils.function;
@FunctionalInterface
public interface ThrowableConsumer {
void accept(I input) throws T;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy