
name.remal.lambda.ShortFunction1 Maven / Gradle / Ivy
package name.remal.lambda;
@FunctionalInterface
public interface ShortFunction1 {
short invoke(T1 arg1) throws Throwable;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package name.remal.lambda;
@FunctionalInterface
public interface ShortFunction1 {
short invoke(T1 arg1) throws Throwable;
}