You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (Closed) (JIRA)" <ji...@apache.org> on 2011/12/14 10:30:31 UTC

[jira] [Closed] (JEXL-118) Provide an IN operator

     [ https://issues.apache.org/jira/browse/JEXL-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb closed JEXL-118.
---------------------

    
> Provide an IN operator
> ----------------------
>
>                 Key: JEXL-118
>                 URL: https://issues.apache.org/jira/browse/JEXL-118
>             Project: Commons JEXL
>          Issue Type: New Feature
>    Affects Versions: 2.0.1
>            Reporter: Max Tardiveau
>            Assignee: Henri Biestro
>              Labels: features
>             Fix For: 2.1
>
>
> It would be very useful to have an IN operator, e.g.:
> status in ['A', 'B', 'C']
> that would return a boolean. This can currently be done with :
> status == 'A' or status == 'B' or status == 'C'
> but (especially for longer lists) the IN operator would be more concise and more elegant.
> Extra bonus points, of course, if this works with variables, e.g.:
> status in possibleStatuses
> where possibleStatuses would be an object of type Collection.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira