Recently I try out JUEL, and now I get confused how to write several methods which i can't find the example in the documentation.
It's only give me this http://juel.sourceforge.net/guide/start.html
and here what I wanna know how to write it out if I have context.setFunction("meh", "max", BigDecimal.class.getMethod("compareTo", BigDecimal.class));
since we know bigDecimal expression is write like foo.compareTo(bigDecimal);
how to write this in the expression?