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

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

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

import fun.langel.cql.node.Node;

/**
 * @author [email protected](GuHan)
 * @since 2022/7/20 19:37
 **/
public interface Operator extends Node {



    public static class None implements Operator{
    }


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy