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

com.github.azbh111.utils.java.function.Byte2ObjectFunction Maven / Gradle / Ivy

package com.github.azbh111.utils.java.function;

/**
 *
 * @author pyz
 * @date 2019/3/11 8:43 PM
 */
@FunctionalInterface
public interface Byte2ObjectFunction {
    T apply(byte in);
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy