Class StreamRDFApply

java.lang.Object
org.apache.jena.riot.system.StreamRDFReject
org.apache.jena.riot.system.StreamRDFApply
All Implemented Interfaces:
StreamRDF

public class StreamRDFApply extends StreamRDFReject
Apply a function to every triple and quad.
  • Constructor Details

    • StreamRDFApply

      public StreamRDFApply(Consumer<org.apache.jena.graph.Triple> tripleAction, Consumer<Quad> quadAction)
  • Method Details