@FunctionalInterface public interface ParserTarget<T> extends Consumer<Quad>
Modifier and Type | Method and Description |
---|---|
default T |
dest() |
static ParserTarget<Dataset> |
toDataset(Dataset ds) |
static ParserTarget<Graph> |
toGraph(Graph graph) |
static ParserTarget<Graph> |
toGraph(Graph graph,
IRI matchGraphName) |
static ParserTarget<Graph> |
toUnionGraph(Graph graph) |
default T dest()
static ParserTarget<Dataset> toDataset(Dataset ds)
static ParserTarget<Graph> toGraph(Graph graph)
static ParserTarget<Graph> toGraph(Graph graph, IRI matchGraphName)
static ParserTarget<Graph> toUnionGraph(Graph graph)
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.