cdc.applic.expressions.content.Value Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdc-applic-expressions Show documentation
Show all versions of cdc-applic-expressions Show documentation
Applicabilities Expressions.
The newest version!
package cdc.applic.expressions.content;
import java.util.Comparator;
/**
* Base interface of items that are simple values.
*
* @author Damien Carbonne
*/
public interface Value extends SItem {
public static final Comparator COMPARATOR = ValueUtils::compare;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy