org.khasanof.executors.expression.SimpleExpressionMatcher Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-starter-fluent Show documentation
Show all versions of spring-boot-starter-fluent Show documentation
Fluent - Easy Telegram Bots with Spring
package org.khasanof.executors.expression;
import com.ezylang.evalex.EvaluationException;
import com.ezylang.evalex.Expression;
import com.ezylang.evalex.config.ExpressionConfiguration;
import com.ezylang.evalex.operators.OperatorIfc;
import com.ezylang.evalex.parser.ParseException;
import org.khasanof.executors.expression.functions.*;
import java.util.Map;
/**
* @author Nurislom
* @see org.khasanof.executors.expression
* @since 02.07.2023 19:18
*/
public class SimpleExpressionMatcher implements ExpressionMatcher