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