
org.unlaxer.tinyexpression.instances.TinyExpressionInstances Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tinyExpression Show documentation
Show all versions of tinyExpression Show documentation
TinyExpression implemented with Unlaxer
package org.unlaxer.tinyexpression.instances;
import java.util.Comparator;
import java.util.List;
import org.unlaxer.tinyexpression.Calculator;
public interface TinyExpressionInstances {
boolean clearCache(TenantID tenantID);
List cache(
TenantID tenantID,
Comparator comparator ,
ClassLoader classLoader);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy