Package org.fcrepo.kernel.api
Interface RdfStream
-
- All Superinterfaces:
AutoCloseable
,BaseStream<org.apache.jena.graph.Triple,Stream<org.apache.jena.graph.Triple>>
,Stream<org.apache.jena.graph.Triple>
- All Known Implementing Classes:
DefaultRdfStream
public interface RdfStream extends Stream<org.apache.jena.graph.Triple>
A context-bearing RDF Stream interface- Since:
- Dec 4, 2015
- Author:
- acoburn
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface java.util.stream.Stream
Stream.Builder<T extends Object>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.jena.graph.Node
topic()
-
Methods inherited from interface java.util.stream.BaseStream
close, isParallel, iterator, onClose, parallel, sequential, spliterator, unordered
-
Methods inherited from interface java.util.stream.Stream
allMatch, anyMatch, collect, collect, count, distinct, dropWhile, filter, findAny, findFirst, flatMap, flatMapToDouble, flatMapToInt, flatMapToLong, forEach, forEachOrdered, limit, map, mapToDouble, mapToInt, mapToLong, max, min, noneMatch, peek, reduce, reduce, reduce, skip, sorted, sorted, takeWhile, toArray, toArray
-
-
-
-
Method Detail
-
topic
org.apache.jena.graph.Node topic()
- Returns:
- the topic node for this stream
-
-