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