Checks if this is one of the specified candidates. @param candidates candidates @return result of check
(final CmpOp... candidates)
| 227 | * @return result of check |
| 228 | */ |
| 229 | public boolean oneOf(final CmpOp... candidates) { |
| 230 | return Enums.oneOf(this, candidates); |
| 231 | } |
| 232 | } |