
com.github.panhongan.utils.function.ThrowableFunction Maven / Gradle / Ivy
package com.github.panhongan.utils.function;
/**
* @param : input
* @param : output
* @param : throwable
*
* @author lalalu plus
* @since 2019.5.6
*/
@FunctionalInterface
public interface ThrowableFunction {
O apply(I input) throws T;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy