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

cn.featherfly.common.enums.Logic Maven / Gradle / Ivy

package cn.featherfly.common.enums;

/**
 * 

* 判断逻辑的枚举 *

*/ public enum Logic { /** * 并集 */ AND, /** * 交集 */ OR }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy