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

com.bazaarvoice.emodb.sor.condition.ConstantCondition Maven / Gradle / Ivy

The newest version!
package com.bazaarvoice.emodb.sor.condition;

public interface ConstantCondition extends Condition {

    boolean getValue();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy