
cn.featherfly.common.enums.Logic Maven / Gradle / Ivy
The newest version!
package cn.featherfly.common.enums;
/**
*
* 判断逻辑的枚举
*
*/
public enum Logic {
/**
* 并集
*/
AND,
/**
* 交集
*/
OR
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy