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

io.termd.core.function.IntConsumer Maven / Gradle / Ivy

Go to download

An open source terminal daemon library providing terminal handling in Java, back ported to Alibaba by core engine team to support running on JDK 6+.

The newest version!
package io.termd.core.function;

/**
 * @author bw on 25/10/2016.
 */
public interface IntConsumer {
    void accept(int value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy