Most of the checks in the examples or docs involve just two columns and simple strongly typed functions like (isGreaterThanEqualTo etc).
Is there a way to introduce checks like: columnA + columnB <= columnC - columnD
etc. Any way to add a lambda expression on a row like above or introduce checks for more than 2 columns with arithmetic expressions in between.