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

name.remal.lambda.ByteFunction0 Maven / Gradle / Ivy

package name.remal.lambda;
@FunctionalInterface
public interface ByteFunction0 {

    byte invoke() throws Throwable;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy