shz.core.function.ByteSupplier Maven / Gradle / Ivy
package shz.core.function;
@FunctionalInterface
public interface ByteSupplier {
byte getAsByte();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package shz.core.function;
@FunctionalInterface
public interface ByteSupplier {
byte getAsByte();
}