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)