Class ForEach
java.lang.Object
org.eclipse.rdf4j.spin.function.spif.ForEach
- All Implemented Interfaces:
TupleFunction
,InverseMagicProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCloseableIteration
<? extends List<? extends Value>> evaluate
(ValueFactory valueFactory, Value... args) getURI()
-
Constructor Details
-
ForEach
public ForEach()
-
-
Method Details
-
getURI
- Specified by:
getURI
in interfaceTupleFunction
-
evaluate
public CloseableIteration<? extends List<? extends Value>> evaluate(ValueFactory valueFactory, Value... args) throws QueryEvaluationException - Specified by:
evaluate
in interfaceTupleFunction
- Throws:
QueryEvaluationException
-