[
https://issues.apache.org/jira/browse/JENA-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Seaborne resolved JENA-2090.
---------------------------------
Resolution: Done
> Add Graph.stream() and Graph.stream(s,p,o)
> ------------------------------------------
>
> Key: JENA-2090
> URL: https://issues.apache.org/jira/browse/JENA-2090
> Project: Apache Jena
> Issue Type: New Feature
> Components: Core
> Affects Versions: Jena 4.0.0
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Priority: Major
> Fix For: Jena 4.1.0
>
>
> {noformat}
> default Stream<Triple> stream(Node s, Node p, Node o) {
> return Iter.asStream(find(s,p,o));
> }
> default Stream<Triple> stream() {
> return stream(Node.ANY, Node.ANY, Node.ANY);
> }
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)