![JAR search and dependency download from the Maven repository](/logo.png)
brainslug.flow.execution.expression.ExpressionEvaluator Maven / Gradle / Ivy
The newest version!
package brainslug.flow.execution.expression;
import brainslug.flow.context.ExecutionContext;
import brainslug.flow.expression.Expression;
public interface ExpressionEvaluator {
T evaluate(Expression expression, ExecutionContext context, Class resultType);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy