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

cool.scx.data.query.Logic Maven / Gradle / Ivy

package cool.scx.data.query;

import cool.scx.data.Query;

public interface Logic extends Query {

    LogicType type();

    Object[] clauses();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy