java - Is there such thing as not less than? -


in code, i'm trying make not less operator. can't a !< b... can do? there package / method can use?

the opposite of a<b a>=b, not a>b.

edit: syntax looking !(a<b)


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -