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

com.github.paulosalonso.spel.builder.common.Logical Maven / Gradle / Ivy

The newest version!
package com.github.paulosalonso.spel.builder.common;

public abstract class Logical extends Expression {

    public Group group() {
        return Group.group(this);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy