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

io.termd.core.function.Supplier 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+.

There is a newer version: 1.1.7.14
Show newest version
package io.termd.core.function;

/**
 * @author bw on 25/10/2016.
 */
public interface Supplier {
    T get();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy