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 Details

    • StreamRDFApplyObject

      public StreamRDFApplyObject(StreamRDF other, Function<org.apache.jena.graph.Node,org.apache.jena.graph.Node> function)
  • Method Details