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

com.github.panhongan.utils.function.ThrowableConsumer Maven / Gradle / Ivy

package com.github.panhongan.utils.function;

/**
 * @author lalalu plus
 * @since 2019.8.7
 *
 * @param  Input
 * @param  Throwable
 */
@FunctionalInterface
public interface ThrowableConsumer {

    void accept(I input) throws T;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy