Package | Description |
---|---|
org.eclipse.rdf4j.model.util |
Helper classes for working with RDF models.
|
Modifier and Type | Method and Description |
---|---|
static <E extends RDF4JException> |
RDFCollections.extract(GetStatementOptional statementSupplier,
Resource head,
java.util.function.Consumer<Statement> collectionConsumer,
java.util.function.Function<String,java.util.function.Supplier<E>> exceptionSupplier,
Resource... contexts)
Extracts an RDF Collection starting with the supplied list head from the statement supplier and sends all
statements that make up the collection to the supplied
Consumer function. |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.