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

com.evuv.expressions.BindedExpression Maven / Gradle / Ivy

package com.evuv.expressions;

public interface BindedExpression extends BaseExpression {

	public T getValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy