You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Richard Eckart de Castilho (Jira)" <de...@uima.apache.org> on 2022/04/08 09:19:00 UTC

[jira] [Created] (UIMA-6431) Use lambda functions as CAS processors

Richard Eckart de Castilho created UIMA-6431:
------------------------------------------------

             Summary: Use lambda functions as CAS processors
                 Key: UIMA-6431
                 URL: https://issues.apache.org/jira/browse/UIMA-6431
             Project: UIMA
          Issue Type: New Feature
          Components: uimaFIT
    Affects Versions: 3.2.0uimaFIT
            Reporter: Richard Eckart de Castilho
            Assignee: Richard Eckart de Castilho
             Fix For: 3.3.0uimaFIT


Allow using lambda functions as (J)Cas processors in a pipeline, e.g.

{noformat}
runPipeline(
   ...,
   createEngine(cas -> ...),
   ...);
{noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)