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

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