[
https://issues.apache.org/jira/browse/UIMA-5115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15530858#comment-15530858
]
Marshall Schor commented on UIMA-5115:
--------------------------------------
Bounding style + Following/preceding? This is something that could be
supported, but is probably "over-enthusiastic" designing ahead of need:
{code}select(MyType.class).coveredBy(coveringFS).following(a_fs_to_follow)...{code}
Instead, I could report a validation error: can't do both bounding style and
following/preceding style together. This is what I'm planning to do, unless
there's a need for the other :-)
> uv3 select() api for iterators and streams over CAS contents
> ------------------------------------------------------------
>
> Key: UIMA-5115
> URL: https://issues.apache.org/jira/browse/UIMA-5115
> Project: UIMA
> Issue Type: New Feature
> Components: Core Java Framework
> Reporter: Marshall Schor
> Priority: Minor
> Fix For: 3.0.0SDKexp
>
>
> Design and implement a select() API based on uimaFIT's select, integrated
> well with Java 8 concepts. Initial discussions in UIMA-1524. Wiki with
> diagram: https://cwiki.apache.org/confluence/display/UIMA/UV3+Iterator+support
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)