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

com.github.azbh111.utils.java.consumer.ByteConsumer Maven / Gradle / Ivy

There is a newer version: 1.7.2
Show newest version
package com.github.azbh111.utils.java.consumer;

/**
 *
 * @author pyz
 * @date 2019/3/30 4:17 PM
 */
@FunctionalInterface
public interface ByteConsumer {
    void accept(byte v);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy