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

com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionInterface Maven / Gradle / Ivy

There is a newer version: 1.6.10
Show newest version
package com.github.mohitgoyal91.cosmosdbqueryutils;

import com.github.mohitgoyal91.cosmosdbqueryutils.restriction.Restriction;

public interface RestrictionInterface {
    Restriction and();
    Restriction or();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy