Interface Expression.Mapper

Enclosing interface:
Expression

public static interface Expression.Mapper
A Mapper is something that can take a variable (Expression.Id) and produce another Expression (e.g. by substituting the value of the variable). This is used in automatic rule generation
  • Method Summary

    Modifier and Type Method Description
    Expression apply​(Expression ex)