You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Dmitri Blinov (JIRA)" <ji...@apache.org> on 2016/08/22 12:59:20 UTC

[jira] [Created] (JEXL-211) Add callable method to JexlExpression interface

Dmitri Blinov created JEXL-211:
----------------------------------

             Summary: Add callable method to JexlExpression interface
                 Key: JEXL-211
                 URL: https://issues.apache.org/jira/browse/JEXL-211
             Project: Commons JEXL
          Issue Type: Improvement
    Affects Versions: 3.0
            Reporter: Dmitri Blinov


It would be convenient to have the following method
{code}
   Callable<Object> callable(JexlContext context);
{code}
in both JexlExpression and JexlScript interfaces. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)