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

cn.homj.autogen4j.Confirmation Maven / Gradle / Ivy

The newest version!
package cn.homj.autogen4j;

/**
 * @author jiehong.jh
 * @date 2023/11/29
 */
@FunctionalInterface
public interface Confirmation {

    Confirmation ALWAYS_TRUE = () -> true;

    boolean get();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy