There's no such thing. Just do the inverse for the content you actually want to display. So don't do
<<>>
someType is not aaa or AAA
but rather do
someType is not aaa or AAA
or
someType is not aaa or AAA
Please note that I fixed an EL syntax error in your code as well.