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/25 08:08:00 UTC

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

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

Richard Eckart de Castilho resolved UIMA-6431.
----------------------------------------------
    Resolution: Fixed

> 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
>            Priority: Major
>             Fix For: 3.3.0SDK, 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.7#820007)