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

fun.langel.cql.node.operator.BetweenOperator Maven / Gradle / Ivy

The newest version!
package fun.langel.cql.node.operator;

/**
 * @author [email protected](GuHan)
 * @since 2022/7/31 21:07
 **/
public enum BetweenOperator implements Operator {
    BETWEEN;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy