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
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> -
Method Summary
Methods inherited from interface java.util.stream.BaseStream
close, isParallel, iterator, onClose, parallel, sequential, spliterator, unorderedMethods 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, mapMulti, mapMultiToDouble, mapMultiToInt, mapMultiToLong, mapToDouble, mapToInt, mapToLong, max, min, noneMatch, peek, reduce, reduce, reduce, skip, sorted, sorted, takeWhile, toArray, toArray, toList
-
Method Details
-
topic
org.apache.jena.graph.Node topic()- Returns:
- the topic node for this stream
-