I have seen some code which uses the <= operator. Can you explain what is the use of having lambda in reverse direction?
<=
I think it is only used as 'smaller than or equal'. As in
if(i <= 5) { // .. }