Package org.apache.jena.riot.process
Class StreamRDFApplyObject
- java.lang.Object
-
- org.apache.jena.riot.system.StreamRDFWrapper
-
- org.apache.jena.riot.process.StreamRDFApplyObject
-
- All Implemented Interfaces:
StreamRDF
- Direct Known Subclasses:
StreamCanonicalLangTag
,StreamCanonicalLiterals
public class StreamRDFApplyObject extends StreamRDFWrapper
Apply a function to the object of triple/quads.
-
-
Constructor Summary
Constructors Constructor Description StreamRDFApplyObject(StreamRDF other, java.util.function.Function<Node,Node> function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
quad(Quad quad)
Quad emittedvoid
triple(Triple triple)
Triple emitted-
Methods inherited from class org.apache.jena.riot.system.StreamRDFWrapper
base, finish, prefix, start
-
-