Interface Language


  • public interface Language
    Represents a language to be used for Expression or Predicate instances
    • Method Detail

      • createPredicate

        Predicate createPredicate​(String expression)
        Creates a predicate based on the given string input
        Parameters:
        expression - the expression
        Returns:
        the created predicate
      • createExpression

        Expression createExpression​(String expression)
        Creates an expression based on the given string input
        Parameters:
        expression - the expression as a string input
        Returns:
        the created expression